diff --git a/bin/VulkanSample_Release_2015.exe b/bin/VulkanSample_Release_2015.exe index 0cb23c0..c67d1c0 100644 Binary files a/bin/VulkanSample_Release_2015.exe and b/bin/VulkanSample_Release_2015.exe differ diff --git a/docs/html/functions.html b/docs/html/functions.html index 1fb9107..61453d6 100644 --- a/docs/html/functions.html +++ b/docs/html/functions.html @@ -63,18 +63,16 @@ $(function() {
This is the complete list of members for VmaStatInfo, including all inherited members.
Public Attributes | |
uint32_t | BlockCount |
Number of VkDeviceMemory Vulkan memory blocks allocated. More... | |
uint32_t | AllocationCount |
Number of VmaAllocation allocation objects allocated. More... | |
uint32_t | UnusedRangeCount |
Number of free ranges of memory between allocations. More... | |
VkDeviceSize | UsedBytes |
Total number of bytes occupied by all allocations. More... | |
VkDeviceSize | UnusedBytes |
Total number of bytes occupied by unused ranges. More... | |
VkDeviceSize | AllocationSizeMin |
VkDeviceSize | AllocationSizeAvg |
VkDeviceSize | AllocationSizeMax |
VkDeviceSize | UnusedRangeSizeMin |
VkDeviceSize | UnusedRangeSizeAvg |
VkDeviceSize | UnusedRangeSizeMax |
uint32_t | blockCount |
Number of VkDeviceMemory Vulkan memory blocks allocated. More... | |
uint32_t | allocationCount |
Number of VmaAllocation allocation objects allocated. More... | |
uint32_t | unusedRangeCount |
Number of free ranges of memory between allocations. More... | |
VkDeviceSize | usedBytes |
Total number of bytes occupied by all allocations. More... | |
VkDeviceSize | unusedBytes |
Total number of bytes occupied by unused ranges. More... | |
VkDeviceSize | allocationSizeMin |
VkDeviceSize | allocationSizeAvg |
VkDeviceSize | allocationSizeMax |
VkDeviceSize | unusedRangeSizeMin |
VkDeviceSize | unusedRangeSizeAvg |
VkDeviceSize | unusedRangeSizeMax |
Calculated statistics of memory usage in entire allocator.
uint32_t VmaStatInfo::AllocationCount | +uint32_t VmaStatInfo::allocationCount |
VkDeviceSize VmaStatInfo::AllocationSizeAvg | +VkDeviceSize VmaStatInfo::allocationSizeAvg |
VkDeviceSize VmaStatInfo::AllocationSizeMax | +VkDeviceSize VmaStatInfo::allocationSizeMax |
VkDeviceSize VmaStatInfo::AllocationSizeMin | +VkDeviceSize VmaStatInfo::allocationSizeMin |
uint32_t VmaStatInfo::BlockCount | +uint32_t VmaStatInfo::blockCount |
VkDeviceSize VmaStatInfo::UnusedBytes | +VkDeviceSize VmaStatInfo::unusedBytes |
uint32_t VmaStatInfo::UnusedRangeCount | +uint32_t VmaStatInfo::unusedRangeCount |
VkDeviceSize VmaStatInfo::UnusedRangeSizeAvg | +VkDeviceSize VmaStatInfo::unusedRangeSizeAvg |
VkDeviceSize VmaStatInfo::UnusedRangeSizeMax | +VkDeviceSize VmaStatInfo::unusedRangeSizeMax |
VkDeviceSize VmaStatInfo::UnusedRangeSizeMin | +VkDeviceSize VmaStatInfo::unusedRangeSizeMin |
VkDeviceSize VmaStatInfo::UsedBytes | +VkDeviceSize VmaStatInfo::usedBytes |