blob: be3d3d57ac84d8a5fcc7b8f8b594c155e03a9d8d [file] [log] [blame]
John Kessenichcc16fa02015-12-10 18:01:54 -07001spv.dataOutIndirect.frag
2WARNING: 0:3: varying deprecated in version 130; may be removed in future release
3
4
5Linked fragment stage:
6
7
8// Module Version 10000
9// Generated by (magic number): 80001
10// Id's are bound by 22
11
12 Capability Shader
13 1: ExtInstImport "GLSL.std.450"
14 MemoryModel Logical GLSL450
15 EntryPoint Fragment 4 "main" 18
16 ExecutionMode 4 OriginLowerLeft
17 Source GLSL 130
18 Name 4 "main"
19 Name 12 "gl_FragData"
20 Name 15 "i"
21 Name 18 "Color"
22 2: TypeVoid
23 3: TypeFunction 2
24 6: TypeFloat 32
25 7: TypeVector 6(float) 4
26 8: TypeInt 32 0
27 9: 8(int) Constant 32
28 10: TypeArray 7(fvec4) 9
29 11: TypePointer Output 10
30 12(gl_FragData): 11(ptr) Variable Output
31 13: TypeInt 32 1
32 14: TypePointer UniformConstant 13(int)
33 15(i): 14(ptr) Variable UniformConstant
34 17: TypePointer Input 7(fvec4)
35 18(Color): 17(ptr) Variable Input
36 20: TypePointer Output 7(fvec4)
37 4(main): 2 Function None 3
38 5: Label
39 16: 13(int) Load 15(i)
40 19: 7(fvec4) Load 18(Color)
41 21: 20(ptr) AccessChain 12(gl_FragData) 16
42 Store 21 19
43 Return
44 FunctionEnd