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

Function glDeleteFencesAPPLE

source/glbinding/source/gl/functions_d.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void glDeleteFencesAPPLE(GLsizei n, const GLuint * fences)
107{
108 return glbinding::Binding::DeleteFencesAPPLE(n, fences);
109}
110
111void glDeleteFencesNV(GLsizei n, const GLuint * fences)
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected