mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 12:20:07 +00:00
Fix in documentation.
This commit is contained in:
parent
ca0ccecf67
commit
f65a435483
@ -739,12 +739,6 @@ typedef enum VmaAllocatorCreateFlagBits {
|
|||||||
- VK_KHR_get_memory_requirements2
|
- VK_KHR_get_memory_requirements2
|
||||||
- VK_KHR_dedicated_allocation
|
- VK_KHR_dedicated_allocation
|
||||||
|
|
||||||
If this flag is enabled, you must also provide
|
|
||||||
VmaAllocatorCreateInfo::pVulkanFunctions and fill at least members:
|
|
||||||
VmaVulkanFunctions::vkGetBufferMemoryRequirements2KHR,
|
|
||||||
VmaVulkanFunctions::vkGetImageMemoryRequirements2KHR, because they are never
|
|
||||||
imported statically.
|
|
||||||
|
|
||||||
When this flag is set, you can experience following warnings reported by Vulkan
|
When this flag is set, you can experience following warnings reported by Vulkan
|
||||||
validation layer. You can ignore them.
|
validation layer. You can ignore them.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user