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

Function glDeletePathsNV

source/glbinding/source/gl/functions_d.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161void glDeletePathsNV(GLuint path, GLsizei range)
162{
163 return glbinding::Binding::DeletePathsNV(path, range);
164}
165
166void glDeletePerfMonitorsAMD(GLsizei n, GLuint * monitors)
167{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected