Add support for GL_NV_ray_tracing_motion_blur.
authoralelenv <alele@nvidia.com>
Tue, 10 Aug 2021 17:40:28 +0000 (10:40 -0700)
committeralelenv <alele@nvidia.com>
Tue, 10 Aug 2021 17:40:28 +0000 (10:40 -0700)
commitfc60f77aa255d03e0bd760066599ad067cda2175
treebdb8473e61d544136dbdfcb01da049b501813ee9
parente0f3fdf43385061a1e3a049208e98527ee6af4af
Add support for GL_NV_ray_tracing_motion_blur.
22 files changed:
SPIRV/GLSL.ext.NV.h
SPIRV/GlslangToSpv.cpp
SPIRV/doc.cpp
SPIRV/spirv.hpp
Test/baseResults/spv.AnyHitShaderMotion.rahit.out [new file with mode: 0644]
Test/baseResults/spv.ClosestHitShaderMotion.rchit.out [new file with mode: 0644]
Test/baseResults/spv.IntersectShaderMotion.rint.out [new file with mode: 0644]
Test/baseResults/spv.MissShaderMotion.rmiss.out [new file with mode: 0644]
Test/baseResults/spv.RayGenShaderMotion.rgen.out [new file with mode: 0644]
Test/spv.AnyHitShaderMotion.rahit [new file with mode: 0644]
Test/spv.ClosestHitShaderMotion.rchit [new file with mode: 0644]
Test/spv.IntersectShaderMotion.rint [new file with mode: 0644]
Test/spv.MissShaderMotion.rmiss [new file with mode: 0644]
Test/spv.RayGenShaderMotion.rgen [new file with mode: 0644]
glslang/Include/BaseTypes.h
glslang/Include/intermediate.h
glslang/MachineIndependent/Initialize.cpp
glslang/MachineIndependent/ParseHelper.cpp
glslang/MachineIndependent/Versions.cpp
glslang/MachineIndependent/Versions.h
glslang/MachineIndependent/intermOut.cpp
gtests/Spv.FromFile.cpp