diff options
Diffstat (limited to 'src/tests/floattex.c')
-rw-r--r-- | src/tests/floattex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/floattex.c b/src/tests/floattex.c index e6b76581..39302ce3 100644 --- a/src/tests/floattex.c +++ b/src/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 }; |