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

Function glDeleteNamedStringARB

source/glbinding/source/gl/functions_d.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141void glDeleteNamedStringARB(GLint namelen, const GLchar * name)
142{
143 return glbinding::Binding::DeleteNamedStringARB(namelen, name);
144}
145
146void glDeleteNamesAMD(GLenum identifier, GLuint num, const GLuint * names)
147{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected