MCPcopy Create free account
hub / github.com/cinder/Cinder / draw

Method draw

src/cinder/app/linux/WindowImplLinuxHeadless.cpp:130–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void WindowImplLinux::draw()
131{
132 mAppImpl->setWindow( mWindowRef );
133 mRenderer->startDraw();
134 mWindowRef->emitDraw();
135 mRenderer->finishDraw();
136}
137
138void WindowImplLinux::resize()
139{

Callers

nothing calls this directly

Calls 4

emitDrawMethod · 0.80
setWindowMethod · 0.45
startDrawMethod · 0.45
finishDrawMethod · 0.45

Tested by

no test coverage detected