mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 08:13:00 +00:00
include/GL folders files update to mingw w32s api version 3.6
svn path=/trunk/; revision=24506
This commit is contained in:
parent
633ffc6a05
commit
275c588825
3 changed files with 22 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: gl.h 12852 2005-01-06 13:58:04Z mf $ */
|
/* $Id: gl.h,v 1.3 2003/08/25 02:02:37 dannysmith Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stddef.h> /* for wchar_t */
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@ -104,6 +105,16 @@ extern "C" {
|
||||||
#define GLU_NURBS_ERROR36 100286
|
#define GLU_NURBS_ERROR36 100286
|
||||||
#define GLU_NURBS_ERROR37 100287
|
#define GLU_NURBS_ERROR37 100287
|
||||||
|
|
||||||
|
/* NurbsProperty */
|
||||||
|
#define GLU_AUTO_LOAD_MATRIX 100200
|
||||||
|
#define GLU_CULLING 100201
|
||||||
|
#define GLU_SAMPLING_TOLERANCE 100203
|
||||||
|
#define GLU_DISPLAY_MODE 100204
|
||||||
|
#define GLU_PARAMETRIC_TOLERANCE 100202
|
||||||
|
#define GLU_SAMPLING_METHOD 100205
|
||||||
|
#define GLU_U_STEP 100206
|
||||||
|
#define GLU_V_STEP 100207
|
||||||
|
|
||||||
/* NurbsSampling */
|
/* NurbsSampling */
|
||||||
#define GLU_PATH_LENGTH 100215
|
#define GLU_PATH_LENGTH 100215
|
||||||
#define GLU_PARAMETRIC_ERROR 100216
|
#define GLU_PARAMETRIC_ERROR 100216
|
||||||
|
@ -120,7 +131,7 @@ extern "C" {
|
||||||
#define GLU_SILHOUETTE 100013
|
#define GLU_SILHOUETTE 100013
|
||||||
|
|
||||||
/* QuadricCallback */
|
/* QuadricCallback */
|
||||||
/* GLU_ERROR */
|
#define GLU_ERROR 100103
|
||||||
|
|
||||||
/* QuadricNormal */
|
/* QuadricNormal */
|
||||||
#define GLU_SMOOTH 100000
|
#define GLU_SMOOTH 100000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue