Game Development Reference
In-Depth Information
game. Sometimes due to performance implications, sometimes by design and other times
we want to render something else entirely.
m_cameraRT->Capture(std::bind(&my_game::Draw, this) );
Where the Draw function may be the same render function as the rest of the game, or a
simplified view of the world.
Search WWH ::




Custom Search