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

Function glDeleteCommandListsNV

source/glbinding/source/gl/functions_d.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void glDeleteCommandListsNV(GLsizei n, const GLuint * lists)
102{
103 return glbinding::Binding::DeleteCommandListsNV(n, lists);
104}
105
106void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences)
107{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected