diff options
author | quou <quou@disroot.org> | 2025-01-03 19:35:46 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2025-01-03 19:35:46 +1100 |
commit | b4d02ca1b735e3aee642509b14dfdddcc04a0c04 (patch) | |
tree | bc477288d3b13ea0810b3fa27d466bfe2ece055e /video.cpp | |
parent | ef4fca980f59a0b258ea3a48e60a7359839a4bb0 (diff) |
correct vram allocator chunk creation
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3996,7 +3996,7 @@ Vram_Allocator::Allocation Vram_Allocator::alloc( page->init( dev, (VkDeviceSize)align_address( - (uintptr_t)size, + (uintptr_t)size + 1, (size_t)size_alignment ), type |