Minor fixes

This commit is contained in:
Wojtek Figat
2025-09-09 15:26:03 +02:00
parent 64e127a47a
commit 1f56c75821
4 changed files with 4 additions and 6 deletions

View File

@@ -111,6 +111,7 @@ UploadBufferVulkan::Allocation UploadBufferVulkan::Allocate(uint64 size, uint64
// Move within a page
_currentOffset += size;
ASSERT_LOW_LAYER(_currentOffset <= _currentPage->Size);
return result;
}