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

Function glDisableClientState

source/glbinding/source/gl/functions_d.cpp:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void glDisableClientState(GLenum array)
372{
373 return glbinding::Binding::DisableClientState(array);
374}
375
376void glDisableClientStateiEXT(GLenum array, GLuint index)
377{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected