-
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
[spirv] Fix storage class for ptr-to-ptr in Vulkan 1.2. #3344
Conversation
I was about to submit an issue about a crash during the compilation of a shader, but we found out that this PR solves our issue.
Specifically assigning to the EDIT: Made the repro shader smaller and added compile command |
Further reduced version of the above code sample:
|
Thanks @max-traverse @Jasper-Bekkers I've added this as an additional test case. @jaebaek PTAL. |
Also fixes #3340