Add support for GL_NV_ray_tracing_motion_blur.
This commit is contained in:
parent
e0f3fdf433
commit
fc60f77aa2
22 changed files with 394 additions and 4 deletions
6
Test/spv.IntersectShaderMotion.rint
Normal file
6
Test/spv.IntersectShaderMotion.rint
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#version 460
|
||||
#extension GL_NV_ray_tracing_motion_blur : enable
|
||||
void main()
|
||||
{
|
||||
float time = gl_CurrentRayTimeNV + 0.5f;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue