MCPcopy Create free account
hub / github.com/DentonW/DevIL / OneTimeSceneInit

Method OneTimeSceneInit

DevIL/examples/direct3d_example/d3dtest.cpp:145–148  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: OneTimeSceneInit() Desc: Called during initial app startup, this function performs all the permanent initialization. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

143// permanent initialization.
144//-----------------------------------------------------------------------------
145HRESULT CMyD3DApplication::OneTimeSceneInit()
146{
147 return S_OK;
148}
149
150
151

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected