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

Method drawAll

testbed/src/Gui.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void Gui::drawAll() {
81 mScreen->clear();
82 mScreen->draw_all();
83}
84
85void Gui::draw() {
86

Callers 1

startMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by 1

startMethod · 0.64