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

Function glDeleteSync

source/glbinding/source/gl/functions_d.cpp:246–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void glDeleteSync(GLsync sync)
247{
248 return glbinding::Binding::DeleteSync(sync);
249}
250
251void glDeleteTextures(GLsizei n, const GLuint * textures)
252{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected