René's URL Explorer Experiment


Title: Compute shader error on Metal · Issue #3 · IndieVisualLab/UnityGraphicsProgramming · GitHub

Open Graph Title: Compute shader error on Metal · Issue #3 · IndieVisualLab/UnityGraphicsProgramming

X Title: Compute shader error on Metal · Issue #3 · IndieVisualLab/UnityGraphicsProgramming

Description: I'm using 2018.3.6f1, MacBook Pro. I found out that some compute shaders are not correctly compiled on Metal because the lines of #pragma kernel contain comments. Unity shows error like "Macro names must be identifiers at kernel [KERNEL_...

Open Graph Description: I'm using 2018.3.6f1, MacBook Pro. I found out that some compute shaders are not correctly compiled on Metal because the lines of #pragma kernel contain comments. Unity shows error like "Macro name...

X Description: I'm using 2018.3.6f1, MacBook Pro. I found out that some compute shaders are not correctly compiled on Metal because the lines of #pragma kernel contain comments. Unity shows error like "M...

Opengraph URL: https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Compute shader error on Metal","articleBody":"I'm using 2018.3.6f1, MacBook Pro. I found out that some compute shaders are not correctly compiled on Metal because the lines of  #pragma kernel contain comments. Unity shows error like \"Macro names must be identifiers at kernel [KERNEL_NAME]  metal \u003cpredefined macros\u003e:00\".\r\n\r\nex) Boids.compute\r\n```\r\n// カーネル関数を指定\r\n#pragma kernel ForceCS      // 操舵力を計算\r\n#pragma kernel IntegrateCS  // 速度, 位置を計算\r\n```\r\n\r\nWhen I remove comments at the right, I can run samples without problems.\r\n\r\n```\r\n// カーネル関数を指定\r\n#pragma kernel ForceCS\r\n#pragma kernel IntegrateCS\r\n```\r\n\r\nMaybe it's Unity bug but I think it's safe to delete comments after #pragma kernel lines.","author":{"url":"https://github.com/Prin-E","@type":"Person","name":"Prin-E"},"datePublished":"2019-03-08T16:36:21.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/3/UnityGraphicsProgramming/issues/3"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:42622667-2368-9fec-3f08-6d2c7497a822
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idC78E:2F3C5F:33B6D12:45D3B13:69706E73
html-safe-nonce7cb218ed5b0b3491361aaeb140669114f7ebbed40912e6651d86689e0644ff5a
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNzhFOjJGM0M1RjozM0I2RDEyOjQ1RDNCMTM6Njk3MDZFNzMiLCJ2aXNpdG9yX2lkIjoiOTE4MTY3MjUxMDM4NDUzMzEwNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacff6efe6462364edb0bf0bea9efd54e35385372d387dae78a2ed7a7b21cab3737
hovercard-subject-tagissue:418862648
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/IndieVisualLab/UnityGraphicsProgramming/3/issue_layout
twitter:imagehttps://opengraph.githubassets.com/fa6be7088621e399cf6e59acba37d6da41495dc020d657326c59247917849af3/IndieVisualLab/UnityGraphicsProgramming/issues/3
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/fa6be7088621e399cf6e59acba37d6da41495dc020d657326c59247917849af3/IndieVisualLab/UnityGraphicsProgramming/issues/3
og:image:altI'm using 2018.3.6f1, MacBook Pro. I found out that some compute shaders are not correctly compiled on Metal because the lines of #pragma kernel contain comments. Unity shows error like "Macro name...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePrin-E
hostnamegithub.com
expected-hostnamegithub.com
None9920a62ba22d06470388e2904804fb7e5ec51c9e35f81784e9191394c74b2bd2
turbo-cache-controlno-preview
go-importgithub.com/IndieVisualLab/UnityGraphicsProgramming git https://github.com/IndieVisualLab/UnityGraphicsProgramming.git
octolytics-dimension-user_id30280585
octolytics-dimension-user_loginIndieVisualLab
octolytics-dimension-repository_id104029894
octolytics-dimension-repository_nwoIndieVisualLab/UnityGraphicsProgramming
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id104029894
octolytics-dimension-repository_network_root_nwoIndieVisualLab/UnityGraphicsProgramming
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7d6181066430cc06553c8396ca201e194ae33cb9
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FIndieVisualLab%2FUnityGraphicsProgramming%2Fissues%2F3
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FIndieVisualLab%2FUnityGraphicsProgramming%2Fissues%2F3
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=IndieVisualLab%2FUnityGraphicsProgramming
Reloadhttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
Reloadhttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
Reloadhttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
IndieVisualLab https://github.com/IndieVisualLab
UnityGraphicsProgramminghttps://github.com/IndieVisualLab/UnityGraphicsProgramming
Notifications https://github.com/login?return_to=%2FIndieVisualLab%2FUnityGraphicsProgramming
Fork 81 https://github.com/login?return_to=%2FIndieVisualLab%2FUnityGraphicsProgramming
Star 444 https://github.com/login?return_to=%2FIndieVisualLab%2FUnityGraphicsProgramming
Code https://github.com/IndieVisualLab/UnityGraphicsProgramming
Issues 2 https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues
Pull requests 0 https://github.com/IndieVisualLab/UnityGraphicsProgramming/pulls
Actions https://github.com/IndieVisualLab/UnityGraphicsProgramming/actions
Projects 0 https://github.com/IndieVisualLab/UnityGraphicsProgramming/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/IndieVisualLab/UnityGraphicsProgramming/security
Please reload this pagehttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
Insights https://github.com/IndieVisualLab/UnityGraphicsProgramming/pulse
Code https://github.com/IndieVisualLab/UnityGraphicsProgramming
Issues https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues
Pull requests https://github.com/IndieVisualLab/UnityGraphicsProgramming/pulls
Actions https://github.com/IndieVisualLab/UnityGraphicsProgramming/actions
Projects https://github.com/IndieVisualLab/UnityGraphicsProgramming/projects
Security https://github.com/IndieVisualLab/UnityGraphicsProgramming/security
Insights https://github.com/IndieVisualLab/UnityGraphicsProgramming/pulse
New issuehttps://github.com/login?return_to=https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
New issuehttps://github.com/login?return_to=https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3
Compute shader error on Metalhttps://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3#top
https://github.com/Prin-E
https://github.com/Prin-E
Prin-Ehttps://github.com/Prin-E
on Mar 8, 2019https://github.com/IndieVisualLab/UnityGraphicsProgramming/issues/3#issue-418862648
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.