Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
450
void Window::clear() {
451
GLi->clear( GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT );
452
}
453
454
void Window::display( bool clear ) {
455
GlobalBatchRenderer::instance()->draw();
Callers
4
display
Method · 0.95
~Engine
Method · 0.45
destroy
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected