First Commit
This commit is contained in:
6
externals/glslang/Test/spv.IntersectShaderMotion.rint
vendored
Normal file
6
externals/glslang/Test/spv.IntersectShaderMotion.rint
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#version 460
|
||||
#extension GL_NV_ray_tracing_motion_blur : enable
|
||||
void main()
|
||||
{
|
||||
float time = gl_CurrentRayTimeNV + 0.5f;
|
||||
}
|
||||
Reference in New Issue
Block a user