1spv.AnyHitShaderMotion.rahit 2// Module Version 10400 3// Generated by (magic number): 8000b 4// Id's are bound by 14 5 6 Capability RayTracingKHR 7 Capability RayTracingMotionBlurNV 8 Extension "SPV_KHR_ray_tracing" 9 Extension "SPV_NV_ray_tracing_motion_blur" 10 1: ExtInstImport "GLSL.std.450" 11 MemoryModel Logical GLSL450 12 EntryPoint AnyHitKHR 4 "main" 10 13 Source GLSL 460 14 SourceExtension "GL_NV_ray_tracing_motion_blur" 15 Name 4 "main" 16 Name 8 "time" 17 Name 10 "gl_CurrentRayTimeNV" 18 Decorate 10(gl_CurrentRayTimeNV) BuiltIn CurrentRayTimeNV 19 2: TypeVoid 20 3: TypeFunction 2 21 6: TypeFloat 32 22 7: TypePointer Function 6(float) 23 9: TypePointer Input 6(float) 2410(gl_CurrentRayTimeNV): 9(ptr) Variable Input 25 12: 6(float) Constant 1056964608 26 4(main): 2 Function None 3 27 5: Label 28 8(time): 7(ptr) Variable Function 29 11: 6(float) Load 10(gl_CurrentRayTimeNV) 30 13: 6(float) FAdd 11 12 31 Store 8(time) 13 32 Return 33 FunctionEnd 34