1spv.dead-after-return.vert 2// Module Version 10000 3// Generated by (magic number): 8000a 4// Id's are bound by 14 5 6 Capability Shader 7 1: ExtInstImport "GLSL.std.450" 8 MemoryModel Logical GLSL450 9 EntryPoint Vertex 4 "main" 8 13 10 Source GLSL 450 11 Name 4 "main" 12 Name 8 "o" 13 Name 13 "c" 14 Decorate 8(o) Location 0 15 Decorate 13(c) Location 0 16 2: TypeVoid 17 3: TypeFunction 2 18 6: TypeInt 32 1 19 7: TypePointer Output 6(int) 20 8(o): 7(ptr) Variable Output 21 9: 6(int) Constant 1 22 11: 6(int) Constant 3 23 12: TypePointer Input 6(int) 24 13(c): 12(ptr) Variable Input 25 4(main): 2 Function None 3 26 5: Label 27 Store 8(o) 9 28 Return 29 FunctionEnd 30