1spv.dataOutIndirect.frag
2// Module Version 10000
3// Generated by (magic number): 8000a
4// Id's are bound by 26
5
6                              Capability Shader
7               1:             ExtInstImport  "GLSL.std.450"
8                              MemoryModel Logical GLSL450
9                              EntryPoint Fragment 4  "main" 12 22
10                              ExecutionMode 4 OriginUpperLeft
11                              Source GLSL 140
12                              Name 4  "main"
13                              Name 12  "fcolor"
14                              Name 14  "b"
15                              MemberName 14(b) 0  "i"
16                              Name 16  "bName"
17                              Name 22  "Color"
18                              Decorate 12(fcolor) Location 0
19                              MemberDecorate 14(b) 0 Offset 0
20                              Decorate 14(b) Block
21                              Decorate 16(bName) DescriptorSet 0
22                              Decorate 16(bName) Binding 0
23                              Decorate 22(Color) Location 0
24               2:             TypeVoid
25               3:             TypeFunction 2
26               6:             TypeFloat 32
27               7:             TypeVector 6(float) 4
28               8:             TypeInt 32 0
29               9:      8(int) Constant 4
30              10:             TypeArray 7(fvec4) 9
31              11:             TypePointer Output 10
32      12(fcolor):     11(ptr) Variable Output
33              13:             TypeInt 32 1
34           14(b):             TypeStruct 13(int)
35              15:             TypePointer Uniform 14(b)
36       16(bName):     15(ptr) Variable Uniform
37              17:     13(int) Constant 0
38              18:             TypePointer Uniform 13(int)
39              21:             TypePointer Input 7(fvec4)
40       22(Color):     21(ptr) Variable Input
41              24:             TypePointer Output 7(fvec4)
42         4(main):           2 Function None 3
43               5:             Label
44              19:     18(ptr) AccessChain 16(bName) 17
45              20:     13(int) Load 19
46              23:    7(fvec4) Load 22(Color)
47              25:     24(ptr) AccessChain 12(fcolor) 20
48                              Store 25 23
49                              Return
50                              FunctionEnd
51