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

Function glEnableIndexedEXT

source/glbinding/source/gl/functions_e.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void glEnableIndexedEXT(GLenum target, GLuint index)
87{
88 return glbinding::Binding::EnableIndexedEXT(target, index);
89}
90
91void glEnableVariantClientStateEXT(GLuint id)
92{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected