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

Function glCallLists

source/glbinding/source/gl/functions_c.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void glCallLists(GLsizei n, GLenum type, const void * lists)
22{
23 return glbinding::Binding::CallLists(n, type, lists);
24}
25
26GLenum glCheckFramebufferStatus(GLenum target)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected