MCPcopy Create free account
hub / github.com/crownengine/crown / flushGlError

Function flushGlError

3rdparty/bgfx/src/renderer_gl.cpp:1168–1171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1166 typedef void (*PostSwapBuffersFn)(uint32_t _width, uint32_t _height);
1167
1168 void flushGlError()
1169 {
1170 for (GLenum err = glGetError(); err != 0; err = glGetError() );
1171 }
1172
1173 GLenum getGlError()
1174 {

Callers 3

getGlErrorFunction · 0.85
initTestTextureFunction · 0.85
isImageFormatValidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected