aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults/sample.vert.out
diff options
context:
space:
mode:
authorJohn Kessenich <cepheus@frii.com>2013-09-28 04:02:08 +0000
committerJohn Kessenich <cepheus@frii.com>2013-09-28 04:02:08 +0000
commitf2ee3dd46a24f2203653cfd74136d0b07ace928c (patch)
tree4e12aa88a240946b1c87ee6a1948c8ecc88330b8 /Test/baseResults/sample.vert.out
parentb3345c422d0bb166f9df6886e831ef416c382828 (diff)
downloadglslang-f2ee3dd46a24f2203653cfd74136d0b07ace928c.tar.gz
Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers.
This included - encapsulating aggregate constants - removal of constant-aggregate comparison algorithms, instead using a flattened and direct std::vector comparison - adding structure type comparison for independently declared structures that still might match types git-svn-id: https://cvs.khronos.org/svn/repos/ogl/trunk/ecosystem/public/sdk/tools/glslang@23274 e7fa87d3-cd2b-0410-9028-fcbf551c1848
Diffstat (limited to 'Test/baseResults/sample.vert.out')
-rw-r--r--Test/baseResults/sample.vert.out7
1 files changed, 4 insertions, 3 deletions
diff --git a/Test/baseResults/sample.vert.out b/Test/baseResults/sample.vert.out
index 34628e3d..e7942be4 100644
--- a/Test/baseResults/sample.vert.out
+++ b/Test/baseResults/sample.vert.out
@@ -4,9 +4,10 @@
0:40 Sequence
0:40 move second child to first child (3-component vector of float)
0:40 'color' (smooth out 3-component vector of float)
-0:40 1.000000
-0:40 1.000000
-0:40 1.000000
+0:40 Constant:
+0:40 1.000000
+0:40 1.000000
+0:40 1.000000
0:42 move second child to first child (4-component vector of float)
0:42 'gl_Position' (gl_Position 4-component vector of float)
0:42 matrix-times-vector (4-component vector of float)