mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-13 10:33:48 +00:00
Temp fix by moving offending extensions to the blacklist
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@531 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
5db6f8039c
commit
4424228216
@ -12,3 +12,7 @@ SGIX/video_source.txt
|
|||||||
SGIX/hyperpipe_group.txt
|
SGIX/hyperpipe_group.txt
|
||||||
OES/fixed_point.txt
|
OES/fixed_point.txt
|
||||||
OES/query_matrix.txt
|
OES/query_matrix.txt
|
||||||
|
NV/present_video.txt
|
||||||
|
NV/wgl_video_out.txt
|
||||||
|
EXT/draw_buffers2.txt
|
||||||
|
EXT/transform_feedback.txt
|
@ -1,8 +0,0 @@
|
|||||||
GL_EXT_draw_buffers2
|
|
||||||
http://developer.download.nvidia.com/opengl/specs/GL_EXT_draw_buffers2.txt
|
|
||||||
void glColorMaskIndexedEXT (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
|
|
||||||
void glGetBooleanIndexedvEXT (GLenum target, GLuint index, GLboolean *data)
|
|
||||||
void glGetIntegerIndexedvEXT (GLenum target, GLuint index, GLint *data)
|
|
||||||
void glEnableIndexedEXT (GLenum target, GLuint index)
|
|
||||||
void glDisableIndexedEXT (GLenum target, GLuint index)
|
|
||||||
GLboolean glIsEnabledIndexedEXT (GLenum target, GLuint index)
|
|
Loading…
Reference in New Issue
Block a user