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

Function glClearIndex

source/glbinding/source/gl/functions_c.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void glClearIndex(GLfloat c)
147{
148 return glbinding::Binding::ClearIndex(c);
149}
150
151void glClearNamedBufferData(GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void * data)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected