1spv.dataOut.frag
2Validation failed
3// Module Version 10000
4// Generated by (magic number): 8000a
5// Id's are bound by 20
6
7                              Capability Shader
8               1:             ExtInstImport  "GLSL.std.450"
9                              MemoryModel Logical GLSL450
10                              EntryPoint Fragment 4  "main" 12 16
11                              ExecutionMode 4 OriginUpperLeft
12                              Source GLSL 140
13                              Name 4  "main"
14                              Name 12  "gl_FragData"
15                              Name 16  "Color"
16                              Decorate 16(Color) Location 0
17               2:             TypeVoid
18               3:             TypeFunction 2
19               6:             TypeFloat 32
20               7:             TypeVector 6(float) 4
21               8:             TypeInt 32 0
22               9:      8(int) Constant 32
23              10:             TypeArray 7(fvec4) 9
24              11:             TypePointer Output 10
25 12(gl_FragData):     11(ptr) Variable Output
26              13:             TypeInt 32 1
27              14:     13(int) Constant 1
28              15:             TypePointer Input 7(fvec4)
29       16(Color):     15(ptr) Variable Input
30              18:             TypePointer Output 7(fvec4)
31         4(main):           2 Function None 3
32               5:             Label
33              17:    7(fvec4) Load 16(Color)
34              19:     18(ptr) AccessChain 12(gl_FragData) 14
35                              Store 19 17
36                              Return
37                              FunctionEnd
38