This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
tags/mesa_3_5
Brian Paul
24 years ago
parent
9c7ca850fd
commit
a2d2aed64a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
progs/xdemos/offset.c
+ 1
- 1
progs/xdemos/offset.c
View File
@@ -53,7 +53,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <string.h>
/*#undef GL_EXT_polygon_offset uncomment to use new version
*/
#undef GL_EXT_polygon_offset /* use GL 1.1 version instead of extension
*/
#ifndef EXIT_FAILURE
Write
Preview
Loading…
Cancel
Save