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

Method FrameMove

DevIL/examples/direct3d_example/d3dtest.cpp:158–161  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Name: FrameMove() Desc: Called once per frame, the call is the entry point for animating the scene. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

156// the scene.
157//-----------------------------------------------------------------------------
158HRESULT CMyD3DApplication::FrameMove()
159{
160 return S_OK;
161}
162
163
164

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected