MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / glFlush

Method glFlush

GTE/Graphics/GL46/GL46.cpp:971–979  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969}
970
971void gte::glFlush(void)
972{
973 ::glFlush();
974 ReportGLError("glFlush");
975
976#if defined(GTE_ENABLE_GLTRACE)
977 gsTrace.Call("glFlush", "");
978#endif
979}
980
981void gte::glBlendFunc(GLenum sfactor, GLenum dfactor)
982{

Callers

nothing calls this directly

Calls 3

glFlushFunction · 0.85
ReportGLErrorFunction · 0.85
CallMethod · 0.80

Tested by

no test coverage detected