MCPcopy Create free account
hub / github.com/SpartanJ/eepp / clear

Method clear

src/eepp/window/window.cpp:450–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

448}
449
450void Window::clear() {
451 GLi->clear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT );
452}
453
454void Window::display( bool clear ) {
455 GlobalBatchRenderer::instance()->draw();

Callers 4

displayMethod · 0.95
~EngineMethod · 0.45
destroyMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected