diff --git a/docs/html/allocation_annotation.html b/docs/html/allocation_annotation.html index c4f42ab..ce59a78 100644 --- a/docs/html/allocation_annotation.html +++ b/docs/html/allocation_annotation.html @@ -3,7 +3,7 @@
- +
+ Vulkan Memory Allocator
+
+ |
+
This is the complete list of members for VmaAllocatorInfo, including all inherited members.
+device | VmaAllocatorInfo | |
instance | VmaAllocatorInfo | |
physicalDevice | VmaAllocatorInfo |
+ Vulkan Memory Allocator
+
+ |
+
Information about existing VmaAllocator object. + More...
+ +#include <vk_mem_alloc.h>
+Public Attributes | |
VkInstance | instance |
Handle to Vulkan instance object. More... | |
VkPhysicalDevice | physicalDevice |
Handle to Vulkan physical device object. More... | |
VkDevice | device |
Handle to Vulkan device object. More... | |
Information about existing VmaAllocator object.
+VkDevice VmaAllocatorInfo::device | +
Handle to Vulkan device object.
+This is the same value as has been passed through VmaAllocatorCreateInfo::device.
+ +VkInstance VmaAllocatorInfo::instance | +
Handle to Vulkan instance object.
+This is the same value as has been passed through VmaAllocatorCreateInfo::instance.
+ +VkPhysicalDevice VmaAllocatorInfo::physicalDevice | +
Handle to Vulkan physical device object.
+This is the same value as has been passed through VmaAllocatorCreateInfo::physicalDevice.
+ +