aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/spv.AnyHitShaderMotion.rahit.out
blob: 3d859db451795fcd8cc4f33a9ea40c39bbbdb40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
spv.AnyHitShaderMotion.rahit
// Module Version 10400
// Generated by (magic number): 8000b
// Id's are bound by 14

                              Capability RayTracingKHR
                              Capability RayTracingMotionBlurNV
                              Extension  "SPV_KHR_ray_tracing"
                              Extension  "SPV_NV_ray_tracing_motion_blur"
               1:             ExtInstImport  "GLSL.std.450"
                              MemoryModel Logical GLSL450
                              EntryPoint AnyHitKHR 4  "main" 10
                              Source GLSL 460
                              SourceExtension  "GL_NV_ray_tracing_motion_blur"
                              Name 4  "main"
                              Name 8  "time"
                              Name 10  "gl_CurrentRayTimeNV"
                              Decorate 10(gl_CurrentRayTimeNV) BuiltIn CurrentRayTimeNV
               2:             TypeVoid
               3:             TypeFunction 2
               6:             TypeFloat 32
               7:             TypePointer Function 6(float)
               9:             TypePointer Input 6(float)
10(gl_CurrentRayTimeNV):      9(ptr) Variable Input
              12:    6(float) Constant 1056964608
         4(main):           2 Function None 3
               5:             Label
         8(time):      7(ptr) Variable Function
              11:    6(float) Load 10(gl_CurrentRayTimeNV)
              13:    6(float) FAdd 11 12
                              Store 8(time) 13
                              Return
                              FunctionEnd