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

Function glDisable

source/glbinding/source/gl/functions_d.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366void glDisable(GLenum cap)
367{
368 return glbinding::Binding::Disable(cap);
369}
370
371void glDisableClientState(GLenum array)
372{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected