Fixing skybox

This commit is contained in:
Dynamitos
2024-01-02 16:48:03 +01:00
parent 4b58ab84be
commit 1ff3ddf9a3
11 changed files with 159 additions and 49 deletions
+1 -1
View File
@@ -367,5 +367,5 @@ OStagingBuffer StagingManager::create(uint64 size, Gfx::QueueType owner)
void StagingManager::release(OStagingBuffer buffer)
{
freeBuffers.add(std::move(buffer));
//freeBuffers.add(std::move(buffer));
}