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

Function glClearNamedBufferData

source/glbinding/source/gl/functions_c.cpp:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void glClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
152{
153 return glbinding::Binding::ClearNamedBufferData(buffer, internalformat, format, type, data);
154}
155
156void glClearNamedBufferDataEXT(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected