Fix bug where bracket dereferences were incorrectly keeping the base's qualifier (for example constBase[i] would still be a const instead of EvqTemporary).
git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23722 e7fa87d3-cd2b-0410-9028-fcbf551c1848
This commit is contained in:
@@ -14,7 +14,7 @@ WARNING: 0:3: varying deprecated in version 130; may be removed in future releas
|
||||
0:24 Compare Greater Than (bool)
|
||||
0:24 direct index (int)
|
||||
0:24 i: direct index for structure (5-element array of int)
|
||||
0:24 direct index (uniform structure{i,f,s1_1})
|
||||
0:24 direct index (structure{i,f,s1_1})
|
||||
0:24 'foo2' (uniform 5-element array of structure{i,f,s1_1})
|
||||
0:24 Constant:
|
||||
0:24 3 (const int)
|
||||
@@ -32,7 +32,7 @@ WARNING: 0:3: varying deprecated in version 130; may be removed in future releas
|
||||
0:25 color: direct index for structure (5-element array of 4-component vector of float)
|
||||
0:25 direct index (structure{i,f,color})
|
||||
0:25 s1_1: direct index for structure (7-element array of structure{i,f,color})
|
||||
0:25 direct index (uniform structure{i,f,s1_1})
|
||||
0:25 direct index (structure{i,f,s1_1})
|
||||
0:25 'foo2' (uniform 5-element array of structure{i,f,s1_1})
|
||||
0:25 Constant:
|
||||
0:25 3 (const int)
|
||||
@@ -53,7 +53,7 @@ WARNING: 0:3: varying deprecated in version 130; may be removed in future releas
|
||||
0:27 f: direct index for structure (4-element array of float)
|
||||
0:27 direct index (structure{i,f,color})
|
||||
0:27 s1_1: direct index for structure (7-element array of structure{i,f,color})
|
||||
0:27 direct index (uniform structure{i,f,s1_1})
|
||||
0:27 direct index (structure{i,f,s1_1})
|
||||
0:27 'foo2' (uniform 5-element array of structure{i,f,s1_1})
|
||||
0:27 Constant:
|
||||
0:27 3 (const int)
|
||||
|
||||
Reference in New Issue
Block a user