mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-28 23:49:21 +00:00
Minor fix in documentation
This commit is contained in:
parent
ab16036dd5
commit
05d0c89f0b
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue