mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
use 1.1 glPolygonOffset instead of glPolygonOffsetEXT
This commit is contained in:
parent
9c7ca850fd
commit
a2d2aed64a
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.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
|
#ifndef EXIT_FAILURE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue