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

Function glDeleteNamesAMD

source/glbinding/source/gl/functions_d.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLuint * names)
147{
148 return glbinding::Binding::DeleteNamesAMD(identifier, num, names);
149}
150
151void glDeleteObjectARB(GLhandleARB obj)
152{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected