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

Function glDeleteLists

source/glbinding/source/gl/functions_d.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void glDeleteLists(GLuint list, GLsizei range)
132{
133 return glbinding::Binding::DeleteLists(list, range);
134}
135
136void glDeleteMemoryObjectsEXT(GLsizei n, const GLuint * memoryObjects)
137{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected