summaryrefslogtreecommitdiff
path: root/progs/tests/floattex.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/floattex.c')
-rw-r--r--progs/tests/floattex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/floattex.c b/progs/tests/floattex.c
index e6b7658150..39302ce3af 100644
--- a/progs/tests/floattex.c
+++ b/progs/tests/floattex.c
@@ -33,7 +33,7 @@ static const char *VertShaderText =
"} \n";
static struct uniform_info Uniforms[] = {
- { "tex1", 1, GL_INT, { 0, 0, 0, 0 }, -1 },
+ { "tex1", 1, GL_SAMPLER_2D, { 0, 0, 0, 0 }, -1 },
END_OF_UNIFORMS
};