From dec65ac4eba9fe32d6fa5be0bf295bd7d0832921 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Tue, 6 Nov 2018 12:06:06 +0100 Subject: [PATCH] Small addition to documentation. --- src/vk_mem_alloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index 88d713a..dfac886 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -1421,6 +1421,7 @@ to just ignore them. - *Non-linear image 0xebc91 is aliased with linear buffer 0xeb8e4 which may indicate a bug.* - It happens when you use lost allocations, and a new image or buffer is created in place of an existing object that bacame lost. + - It may happen also when you use [defragmentation](@ref defragmentation). \section general_considerations_allocation_algorithm Allocation algorithm