The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
|
Vulkan Memory Allocator
|
Extended parameters of a VmaAllocation object that can be retrieved using function vmaGetAllocationInfo2(). More...
#include <vk_mem_alloc.h>
Public Attributes | |
| VmaAllocationInfo | allocationInfo |
| Basic parameters of the allocation. | |
| VkDeviceSize | blockSize |
Size of the VkDeviceMemory block that the allocation belongs to. | |
| VkBool32 | dedicatedMemory |
VK_TRUE if the allocation has dedicated memory, VK_FALSE if it was placed as part of a larger memory block. | |
Extended parameters of a VmaAllocation object that can be retrieved using function vmaGetAllocationInfo2().
| VmaAllocationInfo VmaAllocationInfo2::allocationInfo |
Basic parameters of the allocation.
If you need only these, you can use function vmaGetAllocationInfo() and structure VmaAllocationInfo instead.
| VkDeviceSize VmaAllocationInfo2::blockSize |
Size of the VkDeviceMemory block that the allocation belongs to.
In case of an allocation with dedicated memory, it will be equal to allocationInfo.size.
| VkBool32 VmaAllocationInfo2::dedicatedMemory |
VK_TRUE if the allocation has dedicated memory, VK_FALSE if it was placed as part of a larger memory block.
When VK_TRUE, it also means VkMemoryDedicatedAllocateInfo was used when creating the allocation (if VK_KHR_dedicated_allocation extension or Vulkan version >= 1.1 is enabled).
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.