Move frame memory allocator into RenderThread

This commit is contained in:
Magnus Norddahl 2017-02-04 02:50:52 +01:00
commit 45f623faf4
17 changed files with 49 additions and 44 deletions

View file

@ -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;
}