aboutsummaryrefslogtreecommitdiff
path: root/tests/cubegeom_pre.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cubegeom_pre.c')
-rw-r--r--tests/cubegeom_pre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cubegeom_pre.c b/tests/cubegeom_pre.c
index bafead25..8001a2b8 100644
--- a/tests/cubegeom_pre.c
+++ b/tests/cubegeom_pre.c
@@ -282,7 +282,7 @@ int main(int argc, char *argv[])
glVertexAttribPointer(0, 3, GL_FLOAT, GL_FALSE, 32, (void*)0);
glEnableVertexAttribArray(0);
- glBindAttribLocation(program, 1, "v_texCoord0");
+ glBindAttribLocation(program, 1, "a_texCoord0");
glVertexAttribPointer(1, 2, GL_FLOAT, GL_FALSE, 32, (void*)16);
glEnableVertexAttribArray(1);