From 11904e3cece939ef6a4fcfad6368a23e8a998ed5 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Thu, 14 Jun 2018 16:54:55 +0200 Subject: [PATCH] Fixed typo --- src/vk_mem_alloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vk_mem_alloc.h b/src/vk_mem_alloc.h index 1645f61..1b3eedd 100644 --- a/src/vk_mem_alloc.h +++ b/src/vk_mem_alloc.h @@ -820,7 +820,7 @@ you can use debug features of this library to verify this. \section corruption_detection_margins Margins -By default, allocations are laid your in memory blocks next to each other if possible +By default, allocations are laid out in memory blocks next to each other if possible (considering required alignment, `bufferImageGranularity`, and `nonCoherentAtomSize`). ![Allocations without margin](../gfx/Margins_1.png)