-
Notifications
You must be signed in to change notification settings - Fork 284
cuda: Emit error on subscript operator usage for textures #6813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
339a918
to
ca45dfb
Compare
Cuda does not support subscript operators for textures. Fixes shader-slang#6782
ca45dfb
to
af9a218
Compare
/format |
🌈 Formatted, please merge the changes from this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- source/slang/slang-check-expr.cpp: Language not supported
- source/slang/slang-diagnostic-defs.h: Language not supported
- tests/compute/texture-subscript-cuda.slang: Language not supported
Ideally we would support subscript and |
Cuda does not support subscript operators for textures.
Fixes #6782