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

Function glEnablei

source/glbinding/source/gl/functions_e.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void glEnablei(GLenum target, GLuint index)
82{
83 return glbinding::Binding::Enablei(target, index);
84}
85
86void glEnableIndexedEXT(GLenum target, GLuint index)
87{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected