Fix CreateBufferResource return value

This commit is contained in:
cdozdil
2026-06-11 01:31:44 +02:00
committed by FakeMichau
parent e4f08c85bb
commit 428712ef9f
+1 -1
View File
@@ -213,7 +213,7 @@ static bool CreateBufferResource(ID3D12Device* InDevice, ID3D12Resource* InResou
}
LOG_DEBUG("Created new one: {}x{}", inDesc.Width, inDesc.Height);
return false;
return true;
}
static void ResourceBarrier(ID3D12GraphicsCommandList* InCommandList, ID3D12Resource* InResource,