blob: b103e2db1ead6e5ef0bc1bf149e81f361ab595d5 [file] [log] [blame]
John Kessenich39374da2015-05-15 21:32:46 +00001spv.dataOutIndirect.frag
2WARNING: 0:3: varying deprecated in version 130; may be removed in future release
3
4
John Kessenich39374da2015-05-15 21:32:46 +00005Linked fragment stage:
6
7
John Kessenich39374da2015-05-15 21:32:46 +00008// Module Version 99
9// Generated by (magic number): 51a00bb
10// Id's are bound by 23
11
12 Source GLSL 130
John Kessenich5e4b1242015-08-06 22:53:06 -060013 Capability Shader
John Kessenich39374da2015-05-15 21:32:46 +000014 1: ExtInstImport "GLSL.std.450"
15 MemoryModel Logical GLSL450
John Kessenich5e4b1242015-08-06 22:53:06 -060016 EntryPoint Fragment 4 "main"
17 ExecutionMode 4 OriginLowerLeft
John Kessenich39374da2015-05-15 21:32:46 +000018 Name 4 "main"
19 Name 13 "gl_FragData"
20 Name 16 "i"
21 Name 19 "Color"
22 Decorate 13(gl_FragData) BuiltIn FragColor
John Kessenich5e4b1242015-08-06 22:53:06 -060023 Decorate 19(Color) Smooth
John Kessenich39374da2015-05-15 21:32:46 +000024 2: TypeVoid
John Kessenich5e4b1242015-08-06 22:53:06 -060025 3: TypeFunction 2
John Kessenich39374da2015-05-15 21:32:46 +000026 7: TypeFloat 32
27 8: TypeVector 7(float) 4
28 9: TypeInt 32 0
29 10: 9(int) Constant 32
30 11: TypeArray 8(fvec4) 10
31 12: TypePointer Output 11
John Kessenich5e4b1242015-08-06 22:53:06 -060032 13(gl_FragData): 12(ptr) Variable Output
John Kessenich39374da2015-05-15 21:32:46 +000033 14: TypeInt 32 1
34 15: TypePointer UniformConstant 14(int)
John Kessenich5e4b1242015-08-06 22:53:06 -060035 16(i): 15(ptr) Variable UniformConstant
John Kessenich39374da2015-05-15 21:32:46 +000036 18: TypePointer Input 8(fvec4)
John Kessenich5e4b1242015-08-06 22:53:06 -060037 19(Color): 18(ptr) Variable Input
John Kessenich39374da2015-05-15 21:32:46 +000038 21: TypePointer Output 8(fvec4)
39 4(main): 2 Function None 3
40 5: Label
John Kessenich5e4b1242015-08-06 22:53:06 -060041 17: 14(int) Load 16(i)
42 20: 8(fvec4) Load 19(Color)
John Kessenich39374da2015-05-15 21:32:46 +000043 22: 21(ptr) AccessChain 13(gl_FragData) 17
John Kessenich5e4b1242015-08-06 22:53:06 -060044 Store 22 20
John Kessenich39374da2015-05-15 21:32:46 +000045 Branch 6
46 6: Label
47 Return
48 FunctionEnd