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

Method prepare

samples/_opengl/PostProcessingAA/src/PostProcessingAAApp.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97};
98
99void PostProcessingAAApp::prepare( App::Settings *settings )
100{
101 settings->disableFrameRate();
102 settings->setWindowSize( 1280, 720 );
103}
104
105void PostProcessingAAApp::setup()
106{

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
disableFrameRateMethod · 0.45

Tested by

no test coverage detected