Minor fix in documentation

This commit is contained in:
Adam Sawicki 2022-02-02 15:45:33 +01:00
parent ab16036dd5
commit 05d0c89f0b

View File

@ -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,