aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/varyingArray.frag.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-10-28 19:49:16 +0000
committerJohn Kessenich <cepheus@frii.com>2013-10-28 19:49:16 +0000
commite17ef84753050c60dc54d38fd0bfeac79c154436 (patch)
treeb775577fa1e1cb8d97ed53c6b1afc09647883784 /Test/baseResults/varyingArray.frag.out
parentea869fb403fd74ddda04e6c2e163f764a311d46e (diff)
downloadglslang-e17ef84753050c60dc54d38fd0bfeac79c154436.tar.gz
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
Diffstat (limited to 'Test/baseResults/varyingArray.frag.out')
-rw-r--r--Test/baseResults/varyingArray.frag.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/Test/baseResults/varyingArray.frag.out b/Test/baseResults/varyingArray.frag.out
index d8d0cdca..8ea2a018 100644
--- a/Test/baseResults/varyingArray.frag.out
+++ b/Test/baseResults/varyingArray.frag.out
@@ -14,11 +14,11 @@ WARNING: 0:8: varying deprecated in version 130; may be removed in future releas
0:12 'texSampler2D' (uniform sampler2D)
0:12 Construct vec2 (2-component vector of float)
0:12 add (4-component vector of float)
-0:12 direct index (smooth in 4-component vector of float)
+0:12 direct index (smooth 4-component vector of float)
0:12 'gl_TexCoord' (smooth in 6-element array of 4-component vector of float)
0:12 Constant:
0:12 4 (const int)
-0:12 direct index (smooth in 4-component vector of float)
+0:12 direct index (smooth 4-component vector of float)
0:12 'gl_TexCoord' (smooth in 6-element array of 4-component vector of float)
0:12 Constant:
0:12 5 (const int)
@@ -36,15 +36,15 @@ WARNING: 0:8: varying deprecated in version 130; may be removed in future releas
0:18 add (4-component vector of float)
0:18 add (4-component vector of float)
0:18 add (4-component vector of float)
-0:18 direct index (smooth in 4-component vector of float)
+0:18 direct index (smooth 4-component vector of float)
0:18 'foo' (smooth in 3-element array of 4-component vector of float)
0:18 Constant:
0:18 1 (const int)
-0:18 direct index (smooth in 4-component vector of float)
+0:18 direct index (smooth 4-component vector of float)
0:18 'gl_TexCoord' (smooth in 6-element array of 4-component vector of float)
0:18 Constant:
0:18 0 (const int)
-0:18 direct index (smooth in 4-component vector of float)
+0:18 direct index (smooth 4-component vector of float)
0:18 'gl_TexCoord' (smooth in 6-element array of 4-component vector of float)
0:18 Constant:
0:18 4 (const int)