-
Notifications
You must be signed in to change notification settings - Fork 722
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
[SPIR-V] The result pointer storage class and base pointer storage class in OpAccessChain do not match #3035
Comments
Compiling with
For |
@ehsannas These errors usually seems to be in your street, right? :-) |
Hi @Jasper-Bekkers , Yup, Thanks for reporting! We'll take a look. |
@jaebaek will investigate. |
Simple repro:
Compiling with these arguments generates incorrect build output:
dxc -fspv-target-env=vulkan1.2 -spirv -Tcs_6_6 <filename>
However, compiling with these arguments generates valid spirv:
dxc -fspv-target-env=vulkan1.1 -spirv -Tcs_6_6
:Tested with the AppVeyor build from f78b10c
The text was updated successfully, but these errors were encountered: