summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-08-20 14:19:35 -0600
committerBrian Paul <brianp@vmware.com>2009-08-20 14:43:32 -0600
commit8a883d165783d016923ea4b29a9e1e198b578a7a (patch)
tree6cc8eb2c1187f8659c5c4a0eb38a92eb8b35379e /progs
parent0062bd68b3279936fa67e2429cc94a845fe8c27c (diff)
progs/glsl: update multitex.shtest for new texture syntax
Diffstat (limited to 'progs')
-rw-r--r--progs/glsl/multitex.shtest4
1 files changed, 2 insertions, 2 deletions
diff --git a/progs/glsl/multitex.shtest b/progs/glsl/multitex.shtest
index 5be45f6c7c..4b7c3fd4a5 100644
--- a/progs/glsl/multitex.shtest
+++ b/progs/glsl/multitex.shtest
@@ -1,6 +1,6 @@
vs multitex.vert
fs multitex.frag
-texture 0 ../images/tile.rgb
-texture 1 ../images/tree2.rgba
+texture 0 2D ../images/tile.rgb
+texture 1 2D ../images/tree2.rgba
uniform tex1 GL_SAMPLER_2D 0
uniform tex2 GL_SAMPLER_2D 1