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

Function prepareSettings

samples/_opengl/NormalMapping/src/NormalMappingApp.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60static void prepareSettings( App::Settings *settings )
61{
62 settings->disableFrameRate();
63
64 settings->setWindowSize( 1024, 768 );
65 settings->setTitle( "OpenGL Core Profile - Normal Mapping Demo" );
66}
67
68class NormalMappingApp : public App {
69

Callers

nothing calls this directly

Calls 3

setWindowSizeMethod · 0.80
disableFrameRateMethod · 0.45
setTitleMethod · 0.45

Tested by

no test coverage detected