1#version 460
2#extension GL_NV_ray_tracing_motion_blur : enable
3void main()
4{
5	float time = gl_CurrentRayTimeNV + 0.5f;
6}
7