mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
added GL_EXT_depth_bounds_test
This commit is contained in:
parent
b0b9b798ac
commit
2780bb824f
1 changed files with 14 additions and 0 deletions
|
|
@ -2739,6 +2739,20 @@ typedef void (APIENTRY * PFNGLGETPROGRAMNAMEDPARAMETERDVNVPROC) (GLuint id, GLsi
|
|||
|
||||
|
||||
|
||||
/* XXX temporary until glext.h is updated! */
|
||||
#ifndef GL_EXT_depth_bounds_test
|
||||
#define GL_EXT_depth_bounds_test 1
|
||||
|
||||
#define GL_DEPTH_BOUNDS_TEST_EXT 0x8890
|
||||
#define GL_DEPTH_BOUNDS_EXT 0x8891
|
||||
|
||||
GLAPI void GLAPIENTRY glDepthBoundsEXT(GLclampd zmin, GLclampd zmax);
|
||||
|
||||
typedef void (APIENTRY * PFNGLDEPTHBOUNDSEXTPROC)(GLclampd zmin, GLclampd zmax);
|
||||
|
||||
#endif /* GL_EXT_depth_bounds_test */
|
||||
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* Begin system-specific stuff
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue