MCPcopy Create free account
hub / github.com/cginternals/glbinding / glClearBufferiv

Function glClearBufferiv

source/glbinding/source/gl/functions_c.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void glClearBufferiv(GLenum buffer, GLint drawbuffer, const GLint * value)
87{
88 return glbinding::Binding::ClearBufferiv(buffer, drawbuffer, value);
89}
90
91void glClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void * data)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected