Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicholas Bishop
mesa
Commits
957b5583
Commit
957b5583
authored
Jan 22, 2002
by
Alan Hourihane
Browse files
add GL_PER_STAGE_CONSTANTS_NV
parent
fe1d2475
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/GL/glext.h
View file @
957b5583
...
...
@@ -1351,6 +1351,10 @@ extern "C" {
/* reuse GL_FOG */
#endif
#ifndef GL_NV_register_combiners2
#define GL_PER_STAGE_CONSTANTS_NV 0x8535
#endif
#ifndef GL_NV_fog_distance
#define GL_FOG_DISTANCE_MODE_NV 0x855A
#define GL_EYE_RADIAL_NV 0x855B
...
...
@@ -2854,6 +2858,16 @@ typedef void (APIENTRY * PFNGLGETFINALCOMBINERINPUTPARAMETERFVNVPROC) (GLenum va
typedef
void
(
APIENTRY
*
PFNGLGETFINALCOMBINERINPUTPARAMETERIVNVPROC
)
(
GLenum
variable
,
GLenum
pname
,
GLint
*
params
);
#endif
#ifndef GL_NV_register_combiners2
#define GL_NV_register_combiners2 1
#ifdef GL_GLEXT_PROTOTYPES
GLAPI
void
APIENTRY
glCombinerStageParameterfvNV
(
GLenum
,
GLenum
,
const
GLfloat
*
);
GLAPI
void
APIENTRY
glGetCombinerStageParameterfvNV
(
GLenum
,
GLenum
,
GLfloat
*
);
#endif
/* GL_GLEXT_PROTOTYPES */
typedef
void
(
APIENTRY
*
PFNGLCOMBINERSTAGEPARAMETERFVNVPROC
)
(
GLenum
stage
,
GLenum
pname
,
const
GLfloat
*
params
);
typedef
void
(
APIENTRY
*
PFNGLGETCOMBINERSTAGEPARAMETERFVNVPROC
)
(
GLenum
stage
,
GLenum
pname
,
GLfloat
*
params
);
#endif
#ifndef GL_NV_fog_distance
#define GL_NV_fog_distance 1
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment