1spv.150.vert
2// Module Version 10000
3// Generated by (magic number): 80007
4// Id's are bound by 63
5
6                              Capability Shader
7                              Capability ClipDistance
8               1:             ExtInstImport  "GLSL.std.450"
9                              MemoryModel Logical GLSL450
10                              EntryPoint Vertex 4  "main" 13 17 23 38 62
11                              Source GLSL 150
12                              Name 4  "main"
13                              Name 11  "gl_PerVertex"
14                              MemberName 11(gl_PerVertex) 0  "gl_Position"
15                              MemberName 11(gl_PerVertex) 1  "gl_PointSize"
16                              MemberName 11(gl_PerVertex) 2  "gl_ClipDistance"
17                              Name 13  ""
18                              Name 17  "iv4"
19                              Name 23  "ps"
20                              Name 34  "s1"
21                              MemberName 34(s1) 0  "a"
22                              MemberName 34(s1) 1  "a2"
23                              MemberName 34(s1) 2  "b"
24                              Name 36  "s2"
25                              MemberName 36(s2) 0  "c"
26                              MemberName 36(s2) 1  "d"
27                              Name 38  "s2out"
28                              Name 40  "i"
29                              Name 47  "s2D"
30                              Name 62  "ui"
31                              MemberDecorate 11(gl_PerVertex) 0 Invariant
32                              MemberDecorate 11(gl_PerVertex) 0 BuiltIn Position
33                              MemberDecorate 11(gl_PerVertex) 1 BuiltIn PointSize
34                              MemberDecorate 11(gl_PerVertex) 2 BuiltIn ClipDistance
35                              Decorate 11(gl_PerVertex) Block
36                              Decorate 47(s2D) DescriptorSet 0
37               2:             TypeVoid
38               3:             TypeFunction 2
39               6:             TypeFloat 32
40               7:             TypeVector 6(float) 4
41               8:             TypeInt 32 0
42               9:      8(int) Constant 4
43              10:             TypeArray 6(float) 9
4411(gl_PerVertex):             TypeStruct 7(fvec4) 6(float) 10
45              12:             TypePointer Output 11(gl_PerVertex)
46              13:     12(ptr) Variable Output
47              14:             TypeInt 32 1
48              15:     14(int) Constant 0
49              16:             TypePointer Input 7(fvec4)
50         17(iv4):     16(ptr) Variable Input
51              19:             TypePointer Output 7(fvec4)
52              21:     14(int) Constant 1
53              22:             TypePointer Input 6(float)
54          23(ps):     22(ptr) Variable Input
55              25:             TypePointer Output 6(float)
56              27:     14(int) Constant 2
57              28:      8(int) Constant 0
58              32:      8(int) Constant 3
59              33:             TypeArray 7(fvec4) 32
60          34(s1):             TypeStruct 14(int) 14(int) 33
61              35:             TypeArray 34(s1) 9
62          36(s2):             TypeStruct 14(int) 35
63              37:             TypePointer Output 36(s2)
64       38(s2out):     37(ptr) Variable Output
65              39:             TypePointer Function 14(int)
66              44:             TypeImage 6(float) 2D sampled format:Unknown
67              45:             TypeSampledImage 44
68              46:             TypePointer UniformConstant 45
69         47(s2D):     46(ptr) Variable UniformConstant
70              49:             TypeVector 6(float) 2
71              50:    6(float) Constant 1056964608
72              51:   49(fvec2) ConstantComposite 50 50
73              52:    6(float) Constant 0
74              55:             TypeVector 6(float) 3
75              56:   55(fvec3) ConstantComposite 50 50 50
76              59:    6(float) Constant 1078774989
77              61:             TypePointer Input 14(int)
78          62(ui):     61(ptr) Variable Input
79         4(main):           2 Function None 3
80               5:             Label
81           40(i):     39(ptr) Variable Function
82              18:    7(fvec4) Load 17(iv4)
83              20:     19(ptr) AccessChain 13 15
84                              Store 20 18
85              24:    6(float) Load 23(ps)
86              26:     25(ptr) AccessChain 13 21
87                              Store 26 24
88              29:     22(ptr) AccessChain 17(iv4) 28
89              30:    6(float) Load 29
90              31:     25(ptr) AccessChain 13 27 27
91                              Store 31 30
92              41:     14(int) Load 40(i)
93              42:    6(float) Load 23(ps)
94              43:     25(ptr) AccessChain 38(s2out) 21 41 27 27 32
95                              Store 43 42
96              48:          45 Load 47(s2D)
97              53:    7(fvec4) ImageSampleExplicitLod 48 51 Lod 52
98              54:          45 Load 47(s2D)
99              57:    7(fvec4) ImageSampleProjExplicitLod 54 56 Lod 52
100              58:          45 Load 47(s2D)
101              60:    7(fvec4) ImageSampleExplicitLod 58 51 Lod 59
102                              Return
103                              FunctionEnd
104