Move frame memory allocator into RenderThread
This commit is contained in:
parent
627a388d57
commit
45f623faf4
17 changed files with 49 additions and 44 deletions
|
|
@ -68,7 +68,4 @@ namespace swrenderer
|
|||
FreeBlocks.push_back(std::move(block));
|
||||
}
|
||||
}
|
||||
|
||||
std::vector<std::unique_ptr<RenderMemory::MemoryBlock>> RenderMemory::UsedBlocks;
|
||||
std::vector<std::unique_ptr<RenderMemory::MemoryBlock>> RenderMemory::FreeBlocks;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue