----------------------------------------------------------------------------- Name: OneTimeSceneInit() Desc: Called during initial app startup, this function performs all the permanent initialization. -----------------------------------------------------------------------------
| 143 | // permanent initialization. |
| 144 | //----------------------------------------------------------------------------- |
| 145 | HRESULT CMyD3DApplication::OneTimeSceneInit() |
| 146 | { |
| 147 | return S_OK; |
| 148 | } |
| 149 | |
| 150 | |
| 151 |
nothing calls this directly
no outgoing calls
no test coverage detected