mirror of
https://github.com/RPCS3/glslang.git
synced 2024-11-23 11:19:40 +00:00
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
#version 460
|
|
#extension GL_NV_ray_tracing_motion_blur : enable
|
|
void main()
|
|
{
|
|
float time = gl_CurrentRayTimeNV + 0.5f;
|
|
}
|