- Add polyobj support to r_scene_multithreaded
This commit is contained in:
parent
adcc7588ec
commit
4545539045
3 changed files with 24 additions and 18 deletions
|
|
@ -83,6 +83,9 @@ namespace swrenderer
|
|||
|
||||
// Make sure texture can accessed safely
|
||||
void PrepareTexture(FTexture *texture);
|
||||
|
||||
// Setup poly object in a threadsafe manner
|
||||
void PreparePolyObject(subsector_t *sub);
|
||||
|
||||
private:
|
||||
std::unique_ptr<SWTruecolorDrawers> tc_drawers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue