----------------------------------------------------------------------------- Name: FrameMove() Desc: Called once per frame, the call is the entry point for animating the scene. -----------------------------------------------------------------------------
| 156 | // the scene. |
| 157 | //----------------------------------------------------------------------------- |
| 158 | HRESULT CMyD3DApplication::FrameMove() |
| 159 | { |
| 160 | return S_OK; |
| 161 | } |
| 162 | |
| 163 | |
| 164 |
nothing calls this directly
no outgoing calls
no test coverage detected