From 05d0c89f0b71c3a10b45614adc6ff34cf2213b55 Mon Sep 17 00:00:00 2001 From: Adam Sawicki Date: Wed, 2 Feb 2022 15:45:33 +0100 Subject: [PATCH] Minor fix in documentation --- include/vk_mem_alloc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/vk_mem_alloc.h b/include/vk_mem_alloc.h index 2e55fe0..31514a2 100644 --- a/include/vk_mem_alloc.h +++ b/include/vk_mem_alloc.h @@ -626,8 +626,6 @@ typedef enum VmaPoolCreateFlagBits By using this flag, you can achieve behavior of free-at-once, stack, ring buffer, and double stack. For details, see documentation chapter \ref linear_algorithm. - - When using this flag, you must specify VmaPoolCreateInfo::maxBlockCount == 1 (or 0 for default). */ VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT = 0x00000004,