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
|
|
@ -979,6 +979,8 @@ void R_RenderViewToCanvas (AActor *actor, DCanvas *canvas,
|
|||
R_SetupBuffer ();
|
||||
screen->Unlock ();
|
||||
|
||||
R_FinishDrawerCommands();
|
||||
|
||||
viewactive = savedviewactive;
|
||||
r_swtruecolor = savedoutputformat;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue