MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / draw

Method draw

testbed/src/Gui.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void Gui::draw() {
86
87 if (mIsDisplayed) {
88 mScreen->draw_setup();
89 mScreen->draw_contents();
90 }
91}
92
93void Gui::drawTearDown() {
94

Callers 1

startMethod · 0.80

Calls

no outgoing calls

Tested by 1

startMethod · 0.64