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

Function glArrayElement

source/glbinding/source/gl/functions_a.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void glArrayElement(GLint i)
117{
118 return glbinding::Binding::ArrayElement(i);
119}
120
121void glArrayElementEXT(GLint i)
122{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected