-
Notifications
You must be signed in to change notification settings - Fork 566
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
Add validation support for SPV_NV_shader_invocation_reorder. #4979
Conversation
cc : @dgkoch @johnkslang or @dneto0 to review |
This PR needs rebased. |
@alan-baker : Rebased, please re-review |
Ping @alan-baker , can you take a look |
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.
Looks basically good, just need to fix the bots.
@alan-baker : I have fixed the build bot failures. Can you retrigger? |
Had missed a clang format, everything is now green except the ndk-build which complains about undefined references @alan-baker : Can you assist? I am not clear why it would break only on android/ndk build |
You might have forgotten to update other build systems. It looks like only cmakelists are updated. The android.mk needs updated I expect. Bazel is probably glob'ing all the files already. |
SPV spec : KhronosGroup/SPIRV-Registry#175
GLSL spec : KhronosGroup/GLSL#196