eee3138b创建于 2023年4月18日历史提交
#version 460
#extension GL_NV_ray_tracing_motion_blur : enable
void main()
{
	float time = gl_CurrentRayTimeNV + 0.5f;
}