mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +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
|
||||
OES/fixed_point.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