• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1spv.qualifiers.vert
2// Module Version 10000
3// Generated by (magic number): 80007
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 15(outVf) Flat
20                              Decorate 17(outVn) NoPerspective
21                              Decorate 19(outVcn) NoPerspective
22                              Decorate 19(outVcn) Centroid
23               2:             TypeVoid
24               3:             TypeFunction 2
25               6:             TypeFloat 32
26               7:             TypeVector 6(float) 4
27               8:             TypePointer Output 7(fvec4)
28        9(outVc):      8(ptr) Variable Output
29              10:             TypePointer Input 7(fvec4)
30         11(inV):     10(ptr) Variable Input
31       13(outVs):      8(ptr) Variable Output
32       15(outVf):      8(ptr) Variable Output
33       17(outVn):      8(ptr) Variable Output
34      19(outVcn):      8(ptr) Variable Output
35         4(main):           2 Function None 3
36               5:             Label
37              12:    7(fvec4) Load 11(inV)
38                              Store 9(outVc) 12
39              14:    7(fvec4) Load 11(inV)
40                              Store 13(outVs) 14
41              16:    7(fvec4) Load 11(inV)
42                              Store 15(outVf) 16
43              18:    7(fvec4) Load 11(inV)
44                              Store 17(outVn) 18
45              20:    7(fvec4) Load 11(inV)
46                              Store 19(outVcn) 20
47                              Return
48                              FunctionEnd
49