glew/generated/lib_glad/lib_glad_arb_clear_buffer_object
library
Functions
-
glClearBufferData(int target, int internalformat, int format, int type, Pointer<Void> data)
→ void
-
define glClearBufferData GLEW_GET_FUN(__glewClearBufferData)
GLEW_FUN_EXPORT PFNGLCLEARBUFFERDATAPROC __glewClearBufferData
typedef void (GLAPIENTRY * PFNGLCLEARBUFFERDATAPROC) (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data)
-
glClearBufferSubData(int target, int internalformat, int offset, int size, int format, int type, Pointer<Void> data)
→ void
-
define glClearBufferSubData GLEW_GET_FUN(__glewClearBufferSubData)
GLEW_FUN_EXPORT PFNGLCLEARBUFFERSUBDATAPROC __glewClearBufferSubData
typedef void (GLAPIENTRY * PFNGLCLEARBUFFERSUBDATAPROC) (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data)
-
glClearNamedBufferDataExt(int buffer, int internalformat, int format, int type, Pointer<Void> data)
→ void
-
define glClearNamedBufferDataEXT GLEW_GET_FUN(__glewClearNamedBufferDataEXT)
GLEW_FUN_EXPORT PFNGLCLEARNAMEDBUFFERDATAEXTPROC __glewClearNamedBufferDataEXT
typedef void (GLAPIENTRY * PFNGLCLEARNAMEDBUFFERDATAEXTPROC) (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data)
-
glClearNamedBufferSubDataExt(int buffer, int internalformat, int offset, int size, int format, int type, Pointer<Void> data)
→ void
-
define glClearNamedBufferSubDataEXT GLEW_GET_FUN(__glewClearNamedBufferSubDataEXT)
GLEW_FUN_EXPORT PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC __glewClearNamedBufferSubDataEXT
typedef void (GLAPIENTRY * PFNGLCLEARNAMEDBUFFERSUBDATAEXTPROC) (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data)