xref: /aosp_15_r20/external/angle/third_party/glslang/src/Test/spv.IntersectShaderMotion.rint (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
1#version 460
2#extension GL_NV_ray_tracing_motion_blur : enable
3void main()
4{
5	float time = gl_CurrentRayTimeNV + 0.5f;
6}
7