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

Function glCallCommandListNV

source/glbinding/source/gl/functions_c.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10
11void glCallCommandListNV(GLuint list)
12{
13 return glbinding::Binding::CallCommandListNV(list);
14}
15
16void glCallList(GLuint list)
17{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected