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

Method initialize

src/cinder/app/AppBase.cpp:173–178  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

171
172// static
173void AppBase::initialize( Settings *settings, const RendererRef &defaultRenderer, const char *title )
174{
175 settings->init( defaultRenderer, title );
176
177 sSettingsFromMain = settings;
178}
179
180void AppBase::onTerminate()
181{

Callers 4

setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected