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

Method prepareSettings

samples/_opengl/PBOReadBack/src/PBOReadBackApp.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52void PBOReadBackApp::prepareSettings( Settings *settings )
53{
54 settings->setWindowSize( 512, 256 );
55 settings->setResizable( false );
56}
57
58void PBOReadBackApp::setup()
59{

Callers

nothing calls this directly

Calls 2

setWindowSizeMethod · 0.80
setResizableMethod · 0.80

Tested by

no test coverage detected