Add support for GL_NV_ray_tracing_motion_blur.

This commit is contained in:
alelenv
2021-08-10 10:40:28 -07:00
parent e0f3fdf433
commit fc60f77aa2
22 changed files with 394 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
#version 460
#extension GL_NV_ray_tracing_motion_blur : enable
void main()
{
float time = gl_CurrentRayTimeNV + 0.5f;
}