Changed rgba renderer to use a command queue system for its drawers
This commit is contained in:
parent
e2bcf5f4d7
commit
c5fcfb664f
9 changed files with 5272 additions and 3404 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
//==========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue