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

Function glEnableClientStateiEXT

source/glbinding/source/gl/functions_e.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void glEnableClientStateiEXT(GLenum array, GLuint index)
72{
73 return glbinding::Binding::EnableClientStateiEXT(array, index);
74}
75
76void glEnableClientStateIndexedEXT(GLenum array, GLuint index)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected