Renderer: Allow UploadPool to handle very big (>= 2MB) blocks

This commit is contained in:
Jérôme Leclercq
2021-05-15 15:27:17 +02:00
parent 131d5f7afb
commit 51c099b3ce
4 changed files with 15 additions and 5 deletions

View File

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