-
Notifications
You must be signed in to change notification settings - Fork 567
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
Updates to final ray tracing extensions #4027
Conversation
Change look good to me, but before spirv-header must be merged before we can merge this change. We should also update the DEPS file once spirv-headers is merged. There is also an issue with the CLA. @jekstrand, can you sign the CLA? |
The DEPS file should be updated as well.
SPIRV-Headers change has been merged. |
SPIRV_headers has been merged now, I'll rebase. |
Drop Provisional from ray tracing enums sed -ie 's/RayQueryProvisionalKHR/RayQueryKHR/g' **/* sed -ie 's/RayTracingProvisionalKHR/RayTracingKHR/g' **/* Add terminator support for SpvOpIgnoreIntersectionKHR and SpvOpTerminateRayKHR Update deps for SPIRV-Headers
FYI. Glslang/shaderc parts of the smoketest are expected to fail until KhronosGroup/glslang#2466 is merged |
@dgkoch It look like the |
I might have messed things up here. I also merged KhronosGroup/SPIRV-Headers#180 to fix a capability depedendency. That my have caused some capability tests to fail. I'll see about verifying and fixing. |
This support was merged as part of #4028 |
Updates to final spec semantics in KhronosGroup/SPIRV-Registry#86
Depends on header updates in KhronosGroup/SPIRV-Headers#182