Updates to final ray tracing extensions#4027
Updates to final ray tracing extensions#4027dgkoch wants to merge 1 commit intoKhronosGroup:masterfrom
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