• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1spv.ext.AccelDecl.frag
2// Module Version 10400
3// Generated by (magic number): 8000a
4// Id's are bound by 15
5
6                              Capability Shader
7                              Capability RayQueryKHR
8                              Extension  "SPV_KHR_ray_query"
9               1:             ExtInstImport  "GLSL.std.450"
10                              MemoryModel Logical GLSL450
11                              EntryPoint Fragment 4  "main" 9 14
12                              ExecutionMode 4 OriginUpperLeft
13                              Source GLSL 460
14                              SourceExtension  "GL_ARB_separate_shader_objects"
15                              SourceExtension  "GL_EXT_nonuniform_qualifier"
16                              SourceExtension  "GL_EXT_ray_query"
17                              SourceExtension  "GL_EXT_scalar_block_layout"
18                              SourceExtension  "GL_GOOGLE_cpp_style_line_directive"
19                              SourceExtension  "GL_GOOGLE_include_directive"
20                              Name 4  "main"
21                              Name 9  "outColor"
22                              Name 14  "topLevelAS"
23                              Decorate 9(outColor) Location 0
24                              Decorate 14(topLevelAS) DescriptorSet 0
25                              Decorate 14(topLevelAS) Binding 1
26               2:             TypeVoid
27               3:             TypeFunction 2
28               6:             TypeFloat 32
29               7:             TypeVector 6(float) 4
30               8:             TypePointer Output 7(fvec4)
31     9(outColor):      8(ptr) Variable Output
32              10:    6(float) Constant 0
33              11:    7(fvec4) ConstantComposite 10 10 10 10
34              12:             TypeAccelerationStructureKHR
35              13:             TypePointer UniformConstant 12
36  14(topLevelAS):     13(ptr) Variable UniformConstant
37         4(main):           2 Function None 3
38               5:             Label
39                              Store 9(outColor) 11
40                              Return
41                              FunctionEnd
42