Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
void glCallList(GLuint list)
17
{
18
return glbinding::Binding::CallList(list);
19
}
20
21
void glCallLists(GLsizei n, GLenum type, const void * lists)
22
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected