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

Function glFenceSync

source/glbinding/source/gl/functions_f.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21GLsync glFenceSync(GLenum condition, GLbitfield flags)
22{
23 return glbinding::Binding::FenceSync(condition, flags);
24}
25
26void glFinalCombinerInputNV(GLenum variable, GLenum input, GLenum mapping, GLenum componentUsage)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected