mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
synced 2025-05-15 01:08:31 +00:00
Add missing length annotation to pBudgets parameter in vmaGetHeapBudgets
This commit is contained in:
parent
c5870ad3c2
commit
15b16f88b9
1 changed files with 1 additions and 1 deletions
|
@ -1453,7 +1453,7 @@ become outdated.
|
||||||
*/
|
*/
|
||||||
VMA_CALL_PRE void VMA_CALL_POST vmaGetHeapBudgets(
|
VMA_CALL_PRE void VMA_CALL_POST vmaGetHeapBudgets(
|
||||||
VmaAllocator VMA_NOT_NULL allocator,
|
VmaAllocator VMA_NOT_NULL allocator,
|
||||||
VmaBudget* VMA_NOT_NULL pBudgets);
|
VmaBudget* VMA_NOT_NULL VMA_LEN_IF_NOT_NULL("VkPhysicalDeviceMemoryProperties::memoryHeapCount") pBudgets);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
\brief Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.
|
\brief Helps to find memoryTypeIndex, given memoryTypeBits and VmaAllocationCreateInfo.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue