1spv.ext.RayQueryDecl.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 "rq" 23 Decorate 9(outColor) Location 0 24 2: TypeVoid 25 3: TypeFunction 2 26 6: TypeFloat 32 27 7: TypeVector 6(float) 4 28 8: TypePointer Output 7(fvec4) 29 9(outColor): 8(ptr) Variable Output 30 10: 6(float) Constant 0 31 11: 7(fvec4) ConstantComposite 10 10 10 10 32 12: TypeRayQueryKHR 33 13: TypePointer Private 12 34 14(rq): 13(ptr) Variable Private 35 4(main): 2 Function None 3 36 5: Label 37 Store 9(outColor) 11 38 Return 39 FunctionEnd 40