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

Function glClientWaitSync

source/glbinding/source/gl/functions_c.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231GLenum glClientWaitSync(GLsync sync, SyncObjectMask flags, GLuint64 timeout)
232{
233 return glbinding::Binding::ClientWaitSync(sync, flags, timeout);
234}
235
236void glClipControl(GLenum origin, GLenum depth)
237{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected