commit | e3f14f2f3bdd66400d02f0f9076593db609874a8 | [log] [tgz] |
---|---|---|
author | José Fonseca <jfonseca@vmware.com> | Thu Jun 11 13:19:34 2009 +0100 |
committer | José Fonseca <jfonseca@vmware.com> | Thu Jun 11 13:19:34 2009 +0100 |
tree | 32d57f10952a453fcd19ef884d6eb821e1069727 | |
parent | 48d816b8fff5d01b8c35bd2f933220e41d976e4c [diff] [blame] |
progs: Port fp programs to GLEW.
diff --git a/progs/fp/fp-tri.c b/progs/fp/fp-tri.c index 6c15540..52a8fcf 100644 --- a/progs/fp/fp-tri.c +++ b/progs/fp/fp-tri.c
@@ -89,7 +89,7 @@ } fprintf(stderr, "%.*s\n", sz, buf); - if (!glutExtensionSupported("GL_ARB_fragment_program")) { + if (!GLEW_ARB_fragment_program) { printf("Error: GL_ARB_fragment_program not supported!\n"); exit(1); }