-
Notifications
You must be signed in to change notification settings - Fork 422
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
Descriptor type validation doesn't handle OpGroupDecorate #20
Comments
Indeed, SC has no idea about group decorations at all. This is going to take a bit of work. |
Working out with spirv-tools side how best to deal with this. |
Any update on this? We're hitting this error in many of our shaders. |
@chrisforbes, any update? Still applicable? |
@chrisforbes, is this still an issue? |
Yes, still needed. |
Issue by phaulos (MIGRATED)
Thursday Mar 09, 2017 at 22:22 GMT
Originally opened as KhronosGroup/Vulkan-LoaderAndValidationLayers#1549
dEQP-VK.spirv_assembly.instruction.compute.decoration_group.all
is failing with:Looking at the SPIR-V
BufferBlock
decoration is applied to0.0
throughOpGroupDecorate
. This is not something glslang does so it might be that validation simply doesn't handle it.The text was updated successfully, but these errors were encountered: