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

Function glCallList

source/glbinding/source/gl/functions_c.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16void glCallList(GLuint list)
17{
18 return glbinding::Binding::CallList(list);
19}
20
21void glCallLists(GLsizei n, GLenum type, const void * lists)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected