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

Function glFlush

source/glbinding/source/gl/functions_f.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void glFlush()
62{
63 return glbinding::Binding::Flush();
64}
65
66void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
67{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected