mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-16 21:58:00 +00:00
For ID: 3193028 - glFramebufferTextureLayerEXT from EXT_texture_array
This commit is contained in:
parent
0fbfdf38bc
commit
a89b304a8c
@ -23,5 +23,4 @@ GL_EXT_geometry_shader4
|
|||||||
GL_PROGRAM_POINT_SIZE_EXT 0x8642
|
GL_PROGRAM_POINT_SIZE_EXT 0x8642
|
||||||
void glProgramParameteriEXT (GLuint program, GLenum pname, GLint value)
|
void glProgramParameteriEXT (GLuint program, GLenum pname, GLint value)
|
||||||
void glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level)
|
void glFramebufferTextureEXT (GLenum target, GLenum attachment, GLuint texture, GLint level)
|
||||||
void glFramebufferTextureLayerEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
|
|
||||||
void glFramebufferTextureFaceEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
|
void glFramebufferTextureFaceEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLenum face)
|
||||||
|
@ -9,3 +9,4 @@ GL_EXT_texture_array
|
|||||||
GL_TEXTURE_BINDING_2D_ARRAY_EXT 0x8C1D
|
GL_TEXTURE_BINDING_2D_ARRAY_EXT 0x8C1D
|
||||||
GL_MAX_ARRAY_TEXTURE_LAYERS_EXT 0x88FF
|
GL_MAX_ARRAY_TEXTURE_LAYERS_EXT 0x88FF
|
||||||
GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT 0x884E
|
GL_COMPARE_REF_DEPTH_TO_TEXTURE_EXT 0x884E
|
||||||
|
void glFramebufferTextureLayerEXT (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
|
||||||
|
Loading…
Reference in New Issue
Block a user