summaryrefslogtreecommitdiff
path: root/progs/tests/vptest3.c
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/vptest3.c')
-rw-r--r--progs/tests/vptest3.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/vptest3.c b/progs/tests/vptest3.c
index 4e4bfee31d..58ce227e6e 100644
--- a/progs/tests/vptest3.c
+++ b/progs/tests/vptest3.c
@@ -93,6 +93,11 @@ static void Init( void )
#endif
"END\n";
+ if (!glutExtensionSupported("GL_NV_vertex_program")) {
+ printf("Sorry, this program requires GL_NV_vertex_program\n");
+ exit(1);
+ }
+
glLoadProgramNV(GL_VERTEX_PROGRAM_NV, 1,
strlen(prog1),
(const GLubyte *) prog1);