summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-lod-bias.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shaders/glsl-lod-bias.c')
-rw-r--r--tests/shaders/glsl-lod-bias.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/shaders/glsl-lod-bias.c b/tests/shaders/glsl-lod-bias.c
index 2d06342ef..ed07322b8 100644
--- a/tests/shaders/glsl-lod-bias.c
+++ b/tests/shaders/glsl-lod-bias.c
@@ -59,7 +59,7 @@ static const char *vertShaderText =
"void main()\n"
"{ \n"
" gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;\n"
- " texCoords = gl_MultiTexCoord0;\n"
+ " texCoords = gl_MultiTexCoord0.st;\n"
"} \n";
static const char *fragShaderText =