| spv.descriptorHeap.DebugPrintf.comp |
| // Module Version 10400 |
| // Generated by (magic number): 8000b |
| // Id's are bound by 20 |
| |
| Capability Shader |
| Capability UntypedPointersKHR |
| Capability DescriptorHeapEXT |
| Extension "SPV_EXT_descriptor_heap" |
| Extension "SPV_KHR_non_semantic_info" |
| Extension "SPV_KHR_untyped_pointers" |
| 1: ExtInstImport "GLSL.std.450" |
| 12: ExtInstImport "NonSemantic.DebugPrintf" |
| MemoryModel Logical GLSL450 |
| EntryPoint GLCompute 4 "main" 19 |
| ExecutionMode 4 LocalSize 1 1 1 |
| 10: String "float == %f" |
| Source GLSL 450 |
| SourceExtension "GL_EXT_debug_printf" |
| SourceExtension "GL_EXT_descriptor_heap" |
| Name 4 "main" |
| Name 8 "myfloat" |
| Name 19 "resource_heap" |
| Decorate 17 BuiltIn WorkgroupSize |
| Decorate 19(resource_heap) BuiltIn ResourceHeapEXT |
| 2: TypeVoid |
| 3: TypeFunction 2 |
| 6: TypeFloat 32 |
| 7: TypePointer Function 6(float) |
| 9: 6(float) Constant 1078529622 |
| 14: TypeInt 32 0 |
| 15: TypeVector 14(int) 3 |
| 16: 14(int) Constant 1 |
| 17: 15(ivec3) ConstantComposite 16 16 16 |
| 18: TypeUntypedPointerKHR UniformConstant |
| 19(resource_heap): 18(ptr) UntypedVariableKHR UniformConstant |
| 4(main): 2 Function None 3 |
| 5: Label |
| 8(myfloat): 7(ptr) Variable Function |
| Store 8(myfloat) 9 |
| 11: 6(float) Load 8(myfloat) |
| 13: 2 ExtInst 12(NonSemantic.DebugPrintf) 1(DebugPrintf) 10 11 |
| Return |
| FunctionEnd |