aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/implicitArraySize.vert.out
blob: 9a71b87b40512ad05ee908a462453ee568404516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
implicitArraySize.vert
Shader version: 460
0:? Sequence
0:5  Function Definition: main( ( global void)
0:5    Function Parameters: 
0:6    Sequence
0:6      move second child to first child ( temp float)
0:6        direct index ( smooth temp float)
0:6          'a' ( smooth out unsized 1-element array of float)
0:6          Constant:
0:6            0 (const int)
0:6        Constant:
0:6          0.100000
0:7      move second child to first child ( temp float)
0:7        direct index ( smooth temp float)
0:7          'c' ( smooth out unsized 6-element array of float)
0:7          Constant:
0:7            5 (const int)
0:7        Constant:
0:7          0.100000
0:?   Linker Objects
0:?     'a' ( smooth out unsized 1-element array of float)
0:?     'c' ( smooth out unsized 6-element array of float)
0:?     'gl_VertexID' ( gl_VertexId int VertexId)
0:?     'gl_InstanceID' ( gl_InstanceId int InstanceId)

implicitArraySize.frag
Shader version: 460
0:? Sequence
0:6  Function Definition: main( ( global void)
0:6    Function Parameters: 
0:7    Sequence
0:7      move second child to first child ( temp float)
0:7        direct index ( temp float)
0:7          'b' ( out 5-element array of float)
0:7          Constant:
0:7            0 (const int)
0:7        direct index ( smooth temp float)
0:7          'a' ( smooth in unsized 2-element array of float)
0:7          Constant:
0:7            1 (const int)
0:8      move second child to first child ( temp float)
0:8        direct index ( temp float)
0:8          'b' ( out 5-element array of float)
0:8          Constant:
0:8            1 (const int)
0:8        direct index ( smooth temp float)
0:8          'c' ( smooth in 3-element array of float)
0:8          Constant:
0:8            1 (const int)
0:?   Linker Objects
0:?     'a' ( smooth in unsized 2-element array of float)
0:?     'c' ( smooth in 3-element array of float)
0:?     'b' ( out 5-element array of float)


Linked vertex stage:


Linked fragment stage:

ERROR: Linking vertex stage: Implicit size of unsized array doesn't match same symbol among multiple shaders.

Shader version: 460
0:? Sequence
0:5  Function Definition: main( ( global void)
0:5    Function Parameters: 
0:6    Sequence
0:6      move second child to first child ( temp float)
0:6        direct index ( smooth temp float)
0:6          'a' ( smooth out 1-element array of float)
0:6          Constant:
0:6            0 (const int)
0:6        Constant:
0:6          0.100000
0:7      move second child to first child ( temp float)
0:7        direct index ( smooth temp float)
0:7          'c' ( smooth out 6-element array of float)
0:7          Constant:
0:7            5 (const int)
0:7        Constant:
0:7          0.100000
0:?   Linker Objects
0:?     'a' ( smooth out 1-element array of float)
0:?     'c' ( smooth out 6-element array of float)
0:?     'gl_VertexID' ( gl_VertexId int VertexId)
0:?     'gl_InstanceID' ( gl_InstanceId int InstanceId)
Shader version: 460
0:? Sequence
0:6  Function Definition: main( ( global void)
0:6    Function Parameters: 
0:7    Sequence
0:7      move second child to first child ( temp float)
0:7        direct index ( temp float)
0:7          'b' ( out 5-element array of float)
0:7          Constant:
0:7            0 (const int)
0:7        direct index ( smooth temp float)
0:7          'a' ( smooth in 2-element array of float)
0:7          Constant:
0:7            1 (const int)
0:8      move second child to first child ( temp float)
0:8        direct index ( temp float)
0:8          'b' ( out 5-element array of float)
0:8          Constant:
0:8            1 (const int)
0:8        direct index ( smooth temp float)
0:8          'c' ( smooth in 3-element array of float)
0:8          Constant:
0:8            1 (const int)
0:?   Linker Objects
0:?     'a' ( smooth in 2-element array of float)
0:?     'c' ( smooth in 3-element array of float)
0:?     'b' ( out 5-element array of float)