1spv.qualifiers.vert 2// Module Version 10000 3// Generated by (magic number): 8000a 4// Id's are bound by 21 5 6 Capability Shader 7 1: ExtInstImport "GLSL.std.450" 8 MemoryModel Logical GLSL450 9 EntryPoint Vertex 4 "main" 9 11 13 15 17 19 10 Source GLSL 430 11 Name 4 "main" 12 Name 9 "outVc" 13 Name 11 "inV" 14 Name 13 "outVs" 15 Name 15 "outVf" 16 Name 17 "outVn" 17 Name 19 "outVcn" 18 Decorate 9(outVc) Centroid 19 Decorate 9(outVc) Location 0 20 Decorate 11(inV) Location 0 21 Decorate 13(outVs) Location 1 22 Decorate 15(outVf) Flat 23 Decorate 15(outVf) Location 2 24 Decorate 17(outVn) NoPerspective 25 Decorate 17(outVn) Location 3 26 Decorate 19(outVcn) NoPerspective 27 Decorate 19(outVcn) Centroid 28 Decorate 19(outVcn) Location 4 29 2: TypeVoid 30 3: TypeFunction 2 31 6: TypeFloat 32 32 7: TypeVector 6(float) 4 33 8: TypePointer Output 7(fvec4) 34 9(outVc): 8(ptr) Variable Output 35 10: TypePointer Input 7(fvec4) 36 11(inV): 10(ptr) Variable Input 37 13(outVs): 8(ptr) Variable Output 38 15(outVf): 8(ptr) Variable Output 39 17(outVn): 8(ptr) Variable Output 40 19(outVcn): 8(ptr) Variable Output 41 4(main): 2 Function None 3 42 5: Label 43 12: 7(fvec4) Load 11(inV) 44 Store 9(outVc) 12 45 14: 7(fvec4) Load 11(inV) 46 Store 13(outVs) 14 47 16: 7(fvec4) Load 11(inV) 48 Store 15(outVf) 16 49 18: 7(fvec4) Load 11(inV) 50 Store 17(outVn) 18 51 20: 7(fvec4) Load 11(inV) 52 Store 19(outVcn) 20 53 Return 54 FunctionEnd 55