mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 08:02:55 +00:00
9 lines
646 B
Plaintext
9 lines
646 B
Plaintext
GL_ARB_clear_buffer_object
|
|
http://www.opengl.org/registry/specs/ARB/clear_buffer_object.txt
|
|
GL_ARB_clear_buffer_object
|
|
|
|
void glClearBufferData (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data)
|
|
void glClearBufferSubData (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data)
|
|
void glClearNamedBufferDataEXT (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data)
|
|
void glClearNamedBufferSubDataEXT (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data)
|