Renderers: Fix UploadPool

This commit is contained in:
Jérôme Leclercq
2021-01-28 15:59:18 +01:00
parent 41c921bcf6
commit 5eedd3c0bc
3 changed files with 6 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ namespace Nz
{
Vk::DeviceMemory blockMemory;
Vk::Buffer buffer;
UInt64 freeOffset;
UInt64 freeOffset = 0;
};
UInt64 m_blockSize;