progs/glsl: update multitex.shtest for new texture syntax

This commit is contained in:
Brian Paul 2009-08-20 14:19:35 -06:00
parent 0062bd68b3
commit 8a883d1657
1 changed files with 2 additions and 2 deletions

View File

@ -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