Changed rgba renderer to use a command queue system for its drawers

This commit is contained in:
Magnus Norddahl 2016-06-07 00:55:52 +02:00
commit c5fcfb664f
9 changed files with 5272 additions and 3404 deletions

View file

@ -165,6 +165,7 @@ void FSoftwareRenderer::RenderView(player_t *player)
R_RenderActorView (player->mo);
// [RH] Let cameras draw onto textures that were visible this frame.
FCanvasTextureInfo::UpdateAll ();
R_FinishDrawerCommands();
}
//==========================================================================