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

Function glDisablei

source/glbinding/source/gl/functions_d.cpp:386–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386void glDisablei(GLenum target, GLuint index)
387{
388 return glbinding::Binding::Disablei(target, index);
389}
390
391void glDisableIndexedEXT(GLenum target, GLuint index)
392{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected