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

Function glClearStencil

source/glbinding/source/gl/functions_c.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void glClearStencil(GLint s)
192{
193 return glbinding::Binding::ClearStencil(s);
194}
195
196void glClearTexImage(GLuint texture, GLint level, GLenum format, GLenum type, const void * data)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected