2017-06-20 09:17:23 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.13" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > Vulkan Memory Allocator: vk_mem_alloc.h File Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > Vulkan Memory Allocator
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
< / script >
< div id = "main-nav" > < / div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#define-members" > Macros< / a > |
< a href = "#typedef-members" > Typedefs< / a > |
< a href = "#enum-members" > Enumerations< / a > |
< a href = "#func-members" > Functions< / a > < / div >
< div class = "headertitle" >
< div class = "title" > vk_mem_alloc.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < code > #include < vulkan/vulkan.h> < / code > < br / >
< / div >
< p > < a href = "vk__mem__alloc_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_device_memory_callbacks.html" > VmaDeviceMemoryCallbacks< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set of callbacks that the library will call for vkAllocateMemory and vkFreeMemory. < a href = "struct_vma_device_memory_callbacks.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-22 14:57:38 +00:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_vulkan_functions.html" > VmaVulkanFunctions< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_allocator_create_info.html" > VmaAllocatorCreateInfo< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Description of a Allocator to be created. < a href = "struct_vma_allocator_create_info.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_stat_info.html" > VmaStatInfo< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_stats.html" > VmaStats< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > General statistics from current state of Allocator. < a href = "struct_vma_stats.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_pool_create_info.html" > VmaPoolCreateInfo< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Describes parameter of created < code > VmaPool< / code > . < a href = "struct_vma_pool_create_info.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_pool_stats.html" > VmaPoolStats< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Describes parameter of existing VmaPool. < a href = "struct_vma_pool_stats.html#details" > More...< / a > < br / > < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Parameters of < code > VmaAllocation< / code > objects, that can be retrieved using function < a class = "el" href = "group__layer2.html#ga86dd08aba8633bfa4ad0df2e76481d8b" title = "Returns current information about specified allocation. " > vmaGetAllocationInfo()< / a > . < a href = "struct_vma_allocation_info.html#details" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_defragmentation_info.html" > VmaDefragmentationInfo< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Optional configuration parameters to be passed to function < a class = "el" href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" title = "Compacts memory by moving allocations. " > vmaDefragment()< / a > . < a href = "struct_vma_defragmentation_info.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "struct_vma_defragmentation_stats.html" > VmaDefragmentationStats< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Statistics returned by function < a class = "el" href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" title = "Compacts memory by moving allocations. " > vmaDefragment()< / a > . < a href = "struct_vma_defragmentation_stats.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:gae25f0d55fd91cb166f002b63244800e1" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gae25f0d55fd91cb166f002b63244800e1" > VMA_STATS_STRING_ENABLED< / a >       1< / td > < / tr >
< tr class = "separator:gae25f0d55fd91cb166f002b63244800e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:gab6a6477cda1ce775b30bde96d766203b" > < td class = "memItemLeft" align = "right" valign = "top" > typedef void(VKAPI_PTR *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gab6a6477cda1ce775b30bde96d766203b" > PFN_vmaAllocateDeviceMemoryFunction< / a > ) (VmaAllocator allocator, uint32_t memoryType, VkDeviceMemory memory, VkDeviceSize size)< / td > < / tr >
< tr class = "memdesc:gab6a6477cda1ce775b30bde96d766203b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function called after successful vkAllocateMemory. < a href = "group__general.html#gab6a6477cda1ce775b30bde96d766203b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gab6a6477cda1ce775b30bde96d766203b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaef2545dc2e9dd4f29ab9ba6ac6fe2f49" > < td class = "memItemLeft" align = "right" valign = "top" > typedef void(VKAPI_PTR *  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gaef2545dc2e9dd4f29ab9ba6ac6fe2f49" > PFN_vmaFreeDeviceMemoryFunction< / a > ) (VmaAllocator allocator, uint32_t memoryType, VkDeviceMemory memory, VkDeviceSize size)< / td > < / tr >
< tr class = "memdesc:gaef2545dc2e9dd4f29ab9ba6ac6fe2f49" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Callback function called before vkFreeMemory. < a href = "group__general.html#gaef2545dc2e9dd4f29ab9ba6ac6fe2f49" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaef2545dc2e9dd4f29ab9ba6ac6fe2f49" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5e2eb68d727cfd4df25702b027b7aa31" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_device_memory_callbacks.html" > VmaDeviceMemoryCallbacks< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga5e2eb68d727cfd4df25702b027b7aa31" > VmaDeviceMemoryCallbacks< / a > < / td > < / tr >
< tr class = "memdesc:ga5e2eb68d727cfd4df25702b027b7aa31" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set of callbacks that the library will call for vkAllocateMemory and vkFreeMemory. < a href = "group__general.html#ga5e2eb68d727cfd4df25702b027b7aa31" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga5e2eb68d727cfd4df25702b027b7aa31" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gac51ae2c316ee760ec5aebbae06d31253" > < td class = "memItemLeft" align = "right" valign = "top" > typedef enum < a class = "el" href = "group__general.html#ga34fff29c218d23a7ff7dff44b77b6b6f" > VmaAllocatorFlagBits< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gac51ae2c316ee760ec5aebbae06d31253" > VmaAllocatorFlagBits< / a > < / td > < / tr >
< tr class = "memdesc:gac51ae2c316ee760ec5aebbae06d31253" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags for created VmaAllocator. < a href = "group__general.html#gac51ae2c316ee760ec5aebbae06d31253" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gac51ae2c316ee760ec5aebbae06d31253" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga6ffbcb80208bf4467a1104087396cf59" > < td class = "memItemLeft" align = "right" valign = "top" > typedef VkFlags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga6ffbcb80208bf4467a1104087396cf59" > VmaAllocatorFlags< / a > < / td > < / tr >
< tr class = "separator:ga6ffbcb80208bf4467a1104087396cf59" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-22 14:57:38 +00:00
< tr class = "memitem:ga97064a1a271b0061ebfc3a079862d0c5" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_vulkan_functions.html" > VmaVulkanFunctions< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga97064a1a271b0061ebfc3a079862d0c5" > VmaVulkanFunctions< / a > < / td > < / tr >
< tr class = "separator:ga97064a1a271b0061ebfc3a079862d0c5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "memitem:gae0f6d1d733dded220d28134da46b4283" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_allocator_create_info.html" > VmaAllocatorCreateInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gae0f6d1d733dded220d28134da46b4283" > VmaAllocatorCreateInfo< / a > < / td > < / tr >
< tr class = "memdesc:gae0f6d1d733dded220d28134da46b4283" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Description of a Allocator to be created. < a href = "group__general.html#gae0f6d1d733dded220d28134da46b4283" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gae0f6d1d733dded220d28134da46b4283" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga810b009a788ee8aac72a25b42ffbe31c" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_stat_info.html" > VmaStatInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga810b009a788ee8aac72a25b42ffbe31c" > VmaStatInfo< / a > < / td > < / tr >
< tr class = "separator:ga810b009a788ee8aac72a25b42ffbe31c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-22 14:57:38 +00:00
< tr class = "memitem:ga732be855fb4a7c248e6853d928a729af" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_stats.html" > VmaStats< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga732be855fb4a7c248e6853d928a729af" > VmaStats< / a > < / td > < / tr >
< tr class = "memdesc:ga732be855fb4a7c248e6853d928a729af" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > General statistics from current state of Allocator. < a href = "group__general.html#ga732be855fb4a7c248e6853d928a729af" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga732be855fb4a7c248e6853d928a729af" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "memitem:gad63b2113c0bfdbeade1cb498f5a8580d" > < td class = "memItemLeft" align = "right" valign = "top" > typedef enum < a class = "el" href = "group__layer1.html#gaa5846affa1e9da3800e3e78fae2305cc" > VmaMemoryUsage< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#gad63b2113c0bfdbeade1cb498f5a8580d" > VmaMemoryUsage< / a > < / td > < / tr >
< tr class = "separator:gad63b2113c0bfdbeade1cb498f5a8580d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gabf6bf6748c7a9fe7ce5b7835c0f56af4" > < td class = "memItemLeft" align = "right" valign = "top" > typedef enum < a class = "el" href = "group__layer1.html#gad9889c10c798b040d59c92f257cae597" > VmaAllocationCreateFlagBits< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#gabf6bf6748c7a9fe7ce5b7835c0f56af4" > VmaAllocationCreateFlagBits< / a > < / td > < / tr >
< tr class = "memdesc:gabf6bf6748c7a9fe7ce5b7835c0f56af4" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags to be passed as < a class = "el" href = "struct_vma_allocation_create_info.html#add09658ac14fe290ace25470ddd6d41b" title = "Use VmaAllocationCreateFlagBits enum. " > VmaAllocationCreateInfo::flags< / a > . < a href = "group__layer1.html#gabf6bf6748c7a9fe7ce5b7835c0f56af4" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gabf6bf6748c7a9fe7ce5b7835c0f56af4" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5225e5e11f8376f6a31a1791f3d6e817" > < td class = "memItemLeft" align = "right" valign = "top" > typedef VkFlags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#ga5225e5e11f8376f6a31a1791f3d6e817" > VmaAllocationCreateFlags< / a > < / td > < / tr >
< tr class = "separator:ga5225e5e11f8376f6a31a1791f3d6e817" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga86c44f9950b40d50088ed93a17870a7a" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#ga86c44f9950b40d50088ed93a17870a7a" > VmaAllocationCreateInfo< / a > < / td > < / tr >
< tr class = "separator:ga86c44f9950b40d50088ed93a17870a7a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga8f93195158e0e2ac80ca352064e71c1f" > < td class = "memItemLeft" align = "right" valign = "top" > typedef enum < a class = "el" href = "group__layer2.html#ga9a7c45f9c863695d98c83fa5ac940fe7" > VmaPoolCreateFlagBits< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga8f93195158e0e2ac80ca352064e71c1f" > VmaPoolCreateFlagBits< / a > < / td > < / tr >
< tr class = "memdesc:ga8f93195158e0e2ac80ca352064e71c1f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags to be passed as < a class = "el" href = "struct_vma_pool_create_info.html#a8405139f63d078340ae74513a59f5446" title = "Use combination of VmaPoolCreateFlagBits. " > VmaPoolCreateInfo::flags< / a > . < a href = "group__layer2.html#ga8f93195158e0e2ac80ca352064e71c1f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga8f93195158e0e2ac80ca352064e71c1f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga2770e325ea42e087c1b91fdf46d0292a" > < td class = "memItemLeft" align = "right" valign = "top" > typedef VkFlags  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga2770e325ea42e087c1b91fdf46d0292a" > VmaPoolCreateFlags< / a > < / td > < / tr >
< tr class = "separator:ga2770e325ea42e087c1b91fdf46d0292a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga211706e9348dcee25a843ed4ea69bce7" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_pool_create_info.html" > VmaPoolCreateInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga211706e9348dcee25a843ed4ea69bce7" > VmaPoolCreateInfo< / a > < / td > < / tr >
< tr class = "memdesc:ga211706e9348dcee25a843ed4ea69bce7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Describes parameter of created < code > VmaPool< / code > . < a href = "group__layer2.html#ga211706e9348dcee25a843ed4ea69bce7" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga211706e9348dcee25a843ed4ea69bce7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga2e5612d871d64c5624087b837a338c34" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_pool_stats.html" > VmaPoolStats< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga2e5612d871d64c5624087b837a338c34" > VmaPoolStats< / a > < / td > < / tr >
< tr class = "memdesc:ga2e5612d871d64c5624087b837a338c34" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Describes parameter of existing VmaPool. < a href = "group__layer2.html#ga2e5612d871d64c5624087b837a338c34" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga2e5612d871d64c5624087b837a338c34" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:ga795e6ff02a21d5486c0565f403dd9255" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga795e6ff02a21d5486c0565f403dd9255" > VmaAllocationInfo< / a > < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memdesc:ga795e6ff02a21d5486c0565f403dd9255" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Parameters of < code > VmaAllocation< / code > objects, that can be retrieved using function < a class = "el" href = "group__layer2.html#ga86dd08aba8633bfa4ad0df2e76481d8b" title = "Returns current information about specified allocation. " > vmaGetAllocationInfo()< / a > . < a href = "group__layer2.html#ga795e6ff02a21d5486c0565f403dd9255" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:ga795e6ff02a21d5486c0565f403dd9255" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gae67f8573a0cf20f16f0a1eecbca566a0" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_defragmentation_info.html" > VmaDefragmentationInfo< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gae67f8573a0cf20f16f0a1eecbca566a0" > VmaDefragmentationInfo< / a > < / td > < / tr >
< tr class = "memdesc:gae67f8573a0cf20f16f0a1eecbca566a0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Optional configuration parameters to be passed to function < a class = "el" href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" title = "Compacts memory by moving allocations. " > vmaDefragment()< / a > . < a href = "group__layer2.html#gae67f8573a0cf20f16f0a1eecbca566a0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gae67f8573a0cf20f16f0a1eecbca566a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gab0f9b06441c840fee560de4a2967f8c9" > < td class = "memItemLeft" align = "right" valign = "top" > typedef struct < a class = "el" href = "struct_vma_defragmentation_stats.html" > VmaDefragmentationStats< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gab0f9b06441c840fee560de4a2967f8c9" > VmaDefragmentationStats< / a > < / td > < / tr >
< tr class = "memdesc:gab0f9b06441c840fee560de4a2967f8c9" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Statistics returned by function < a class = "el" href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" title = "Compacts memory by moving allocations. " > vmaDefragment()< / a > . < a href = "group__layer2.html#gab0f9b06441c840fee560de4a2967f8c9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gab0f9b06441c840fee560de4a2967f8c9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:ga34fff29c218d23a7ff7dff44b77b6b6f" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga34fff29c218d23a7ff7dff44b77b6b6f" > VmaAllocatorFlagBits< / a > { < a class = "el" href = "group__general.html#gga34fff29c218d23a7ff7dff44b77b6b6fabe92b706180652ceb320da5bc383aef4" > VMA_ALLOCATOR_EXTERNALLY_SYNCHRONIZED_BIT< / a > = 0x00000001,
< a class = "el" href = "group__general.html#gga34fff29c218d23a7ff7dff44b77b6b6fa914e905a08c2e578f76b9d6c418626cc" > VMA_ALLOCATOR_FLAG_BITS_MAX_ENUM< / a > = 0x7FFFFFFF
}< tr class = "memdesc:ga34fff29c218d23a7ff7dff44b77b6b6f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags for created VmaAllocator. < a href = "group__general.html#ga34fff29c218d23a7ff7dff44b77b6b6f" > More...< / a > < br / > < / td > < / tr >
< / td > < / tr >
< tr class = "separator:ga34fff29c218d23a7ff7dff44b77b6b6f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "memitem:gaa5846affa1e9da3800e3e78fae2305cc" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#gaa5846affa1e9da3800e3e78fae2305cc" > VmaMemoryUsage< / a > { < br / >
    < a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305ccaf50d27e34e0925cf3a63db8c839121dd" > VMA_MEMORY_USAGE_UNKNOWN< / a > = 0,
< a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305ccac6b5dc1432d88647aa4cd456246eadf7" > VMA_MEMORY_USAGE_GPU_ONLY< / a > = 1,
< a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305cca40bdf4cddeffeb12f43d45ca1286e0a5" > VMA_MEMORY_USAGE_CPU_ONLY< / a > = 2,
< a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305cca9066b52c5a7079bb74a69aaf8b92ff67" > VMA_MEMORY_USAGE_CPU_TO_GPU< / a > = 3,
< br / >
    < a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305cca7b586d2fdaf82a463b58f581ed72be27" > VMA_MEMORY_USAGE_GPU_TO_CPU< / a > = 4,
< a class = "el" href = "group__layer1.html#ggaa5846affa1e9da3800e3e78fae2305cca091e69437ef693e8d0d287f1c719ba6e" > VMA_MEMORY_USAGE_MAX_ENUM< / a > = 0x7FFFFFFF
< br / >
}< / td > < / tr >
< tr class = "separator:gaa5846affa1e9da3800e3e78fae2305cc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gad9889c10c798b040d59c92f257cae597" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#gad9889c10c798b040d59c92f257cae597" > VmaAllocationCreateFlagBits< / a > { < br / >
    < a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597a965e035b69f8728b317803ef2d523aa4" > VMA_ALLOCATION_CREATE_OWN_MEMORY_BIT< / a > = 0x00000001,
< a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597a89759603401014eb325eb22a3839f2ff" > VMA_ALLOCATION_CREATE_NEVER_ALLOCATE_BIT< / a > = 0x00000002,
< a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597ae443691ef3d077c0dc3de5576ac4c312" > VMA_ALLOCATION_CREATE_PERSISTENT_MAP_BIT< / a > = 0x00000004,
< a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597a5f436af6c8fe8540573a6d22627a6fd2" > VMA_ALLOCATION_CREATE_CAN_BECOME_LOST_BIT< / a > = 0x00000008,
< br / >
    < a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597a68686d0ce9beb0d4d1b9f2b8b1389a7e" > VMA_ALLOCATION_CREATE_CAN_MAKE_OTHER_LOST_BIT< / a > = 0x00000010,
< a class = "el" href = "group__layer1.html#ggad9889c10c798b040d59c92f257cae597ae5633ec569f4899cf8f29e7385b2f882" > VMA_ALLOCATION_CREATE_FLAG_BITS_MAX_ENUM< / a > = 0x7FFFFFFF
< br / >
}< tr class = "memdesc:gad9889c10c798b040d59c92f257cae597" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags to be passed as < a class = "el" href = "struct_vma_allocation_create_info.html#add09658ac14fe290ace25470ddd6d41b" title = "Use VmaAllocationCreateFlagBits enum. " > VmaAllocationCreateInfo::flags< / a > . < a href = "group__layer1.html#gad9889c10c798b040d59c92f257cae597" > More...< / a > < br / > < / td > < / tr >
< / td > < / tr >
< tr class = "separator:gad9889c10c798b040d59c92f257cae597" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga9a7c45f9c863695d98c83fa5ac940fe7" > < td class = "memItemLeft" align = "right" valign = "top" > enum   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga9a7c45f9c863695d98c83fa5ac940fe7" > VmaPoolCreateFlagBits< / a > { < a class = "el" href = "group__layer2.html#gga9a7c45f9c863695d98c83fa5ac940fe7a918441f7b40dca90481b114f5d224fe9" > VMA_POOL_CREATE_PERSISTENT_MAP_BIT< / a > = 0x00000001,
< a class = "el" href = "group__layer2.html#gga9a7c45f9c863695d98c83fa5ac940fe7a9f1a499508a8edb4e8ba40aa0290a3d2" > VMA_POOL_CREATE_IGNORE_BUFFER_IMAGE_GRANULARITY_BIT< / a > = 0x00000002,
< a class = "el" href = "group__layer2.html#gga9a7c45f9c863695d98c83fa5ac940fe7a1c7312bea9ea246846b9054fd6bd6aec" > VMA_POOL_CREATE_FLAG_BITS_MAX_ENUM< / a > = 0x7FFFFFFF
}< tr class = "memdesc:ga9a7c45f9c863695d98c83fa5ac940fe7" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Flags to be passed as < a class = "el" href = "struct_vma_pool_create_info.html#a8405139f63d078340ae74513a59f5446" title = "Use combination of VmaPoolCreateFlagBits. " > VmaPoolCreateInfo::flags< / a > . < a href = "group__layer2.html#ga9a7c45f9c863695d98c83fa5ac940fe7" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "separator:ga9a7c45f9c863695d98c83fa5ac940fe7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:ga200692051ddb34240248234f5f4c17bb" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga200692051ddb34240248234f5f4c17bb" > vmaCreateAllocator< / a > (const < a class = "el" href = "struct_vma_allocator_create_info.html" > VmaAllocatorCreateInfo< / a > *pCreateInfo, VmaAllocator *pAllocator)< / td > < / tr >
< tr class = "memdesc:ga200692051ddb34240248234f5f4c17bb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Creates Allocator object. < a href = "group__general.html#ga200692051ddb34240248234f5f4c17bb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga200692051ddb34240248234f5f4c17bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaa8d164061c88f22fb1fd3c8f3534bc1d" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gaa8d164061c88f22fb1fd3c8f3534bc1d" > vmaDestroyAllocator< / a > (VmaAllocator allocator)< / td > < / tr >
< tr class = "memdesc:gaa8d164061c88f22fb1fd3c8f3534bc1d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destroys allocator object. < a href = "group__general.html#gaa8d164061c88f22fb1fd3c8f3534bc1d" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaa8d164061c88f22fb1fd3c8f3534bc1d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaecabf7b6e91ea87d0316fa0a9e014fe0" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gaecabf7b6e91ea87d0316fa0a9e014fe0" > vmaGetPhysicalDeviceProperties< / a > (VmaAllocator allocator, const VkPhysicalDeviceProperties **ppPhysicalDeviceProperties)< / td > < / tr >
< tr class = "separator:gaecabf7b6e91ea87d0316fa0a9e014fe0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gab88db292a17974f911182543fda52d19" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gab88db292a17974f911182543fda52d19" > vmaGetMemoryProperties< / a > (VmaAllocator allocator, const VkPhysicalDeviceMemoryProperties **ppPhysicalDeviceMemoryProperties)< / td > < / tr >
< tr class = "separator:gab88db292a17974f911182543fda52d19" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga8701444752eb5de4464adb5a2b514bca" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga8701444752eb5de4464adb5a2b514bca" > vmaGetMemoryTypeProperties< / a > (VmaAllocator allocator, uint32_t memoryTypeIndex, VkMemoryPropertyFlags *pFlags)< / td > < / tr >
< tr class = "memdesc:ga8701444752eb5de4464adb5a2b514bca" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Given Memory Type Index, returns Property Flags of this memory type. < a href = "group__general.html#ga8701444752eb5de4464adb5a2b514bca" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga8701444752eb5de4464adb5a2b514bca" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gade56bf8dc9f5a5eaddf5f119ed525236" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gade56bf8dc9f5a5eaddf5f119ed525236" > vmaSetCurrentFrameIndex< / a > (VmaAllocator allocator, uint32_t frameIndex)< / td > < / tr >
< tr class = "memdesc:gade56bf8dc9f5a5eaddf5f119ed525236" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Sets index of the current frame. < a href = "group__general.html#gade56bf8dc9f5a5eaddf5f119ed525236" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gade56bf8dc9f5a5eaddf5f119ed525236" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< tr class = "memitem:ga333b61c1788cb23559177531e6a93ca3" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga333b61c1788cb23559177531e6a93ca3" > vmaCalculateStats< / a > (VmaAllocator allocator, < a class = "el" href = "struct_vma_stats.html" > VmaStats< / a > *pStats)< / td > < / tr >
< tr class = "memdesc:ga333b61c1788cb23559177531e6a93ca3" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Retrieves statistics from current state of the Allocator. < a href = "group__general.html#ga333b61c1788cb23559177531e6a93ca3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga333b61c1788cb23559177531e6a93ca3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaa4fee7eb5253377599ef4fd38c93c2a0" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#gaa4fee7eb5253377599ef4fd38c93c2a0" > vmaBuildStatsString< / a > (VmaAllocator allocator, char **ppStatsString, VkBool32 detailedMap)< / td > < / tr >
< tr class = "memdesc:gaa4fee7eb5253377599ef4fd38c93c2a0" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Builds and returns statistics as string in JSON format. < a href = "group__general.html#gaa4fee7eb5253377599ef4fd38c93c2a0" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaa4fee7eb5253377599ef4fd38c93c2a0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga3104eb30d8122c84dd8541063f145288" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__general.html#ga3104eb30d8122c84dd8541063f145288" > vmaFreeStatsString< / a > (VmaAllocator allocator, char *pStatsString)< / td > < / tr >
< tr class = "separator:ga3104eb30d8122c84dd8541063f145288" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gaef15a94b58fbcb0fe706d5720e84a74a" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer1.html#gaef15a94b58fbcb0fe706d5720e84a74a" > vmaFindMemoryTypeIndex< / a > (VmaAllocator allocator, uint32_t memoryTypeBits, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pAllocationCreateInfo, uint32_t *pMemoryTypeIndex)< / td > < / tr >
< tr class = "separator:gaef15a94b58fbcb0fe706d5720e84a74a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5c8770ded7c59c8caac6de0c2cb00b50" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga5c8770ded7c59c8caac6de0c2cb00b50" > vmaCreatePool< / a > (VmaAllocator allocator, const < a class = "el" href = "struct_vma_pool_create_info.html" > VmaPoolCreateInfo< / a > *pCreateInfo, VmaPool *pPool)< / td > < / tr >
< tr class = "memdesc:ga5c8770ded7c59c8caac6de0c2cb00b50" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Allocates Vulkan device memory and creates < code > VmaPool< / code > object. < a href = "group__layer2.html#ga5c8770ded7c59c8caac6de0c2cb00b50" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga5c8770ded7c59c8caac6de0c2cb00b50" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga5485779c8f1948238fc4e92232fa65e1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga5485779c8f1948238fc4e92232fa65e1" > vmaDestroyPool< / a > (VmaAllocator allocator, VmaPool pool)< / td > < / tr >
< tr class = "memdesc:ga5485779c8f1948238fc4e92232fa65e1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destroys VmaPool object and frees Vulkan device memory. < a href = "group__layer2.html#ga5485779c8f1948238fc4e92232fa65e1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga5485779c8f1948238fc4e92232fa65e1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gae8bf76997b234ef68aad922616df4153" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gae8bf76997b234ef68aad922616df4153" > vmaGetPoolStats< / a > (VmaAllocator allocator, VmaPool pool, < a class = "el" href = "struct_vma_pool_stats.html" > VmaPoolStats< / a > *pPoolStats)< / td > < / tr >
< tr class = "memdesc:gae8bf76997b234ef68aad922616df4153" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Retrieves statistics of existing VmaPool object. < a href = "group__layer2.html#gae8bf76997b234ef68aad922616df4153" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gae8bf76997b234ef68aad922616df4153" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga736bd6cbda886f36c891727e73bd4024" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga736bd6cbda886f36c891727e73bd4024" > vmaMakePoolAllocationsLost< / a > (VmaAllocator allocator, VmaPool pool, size_t *pLostAllocationCount)< / td > < / tr >
< tr class = "memdesc:ga736bd6cbda886f36c891727e73bd4024" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Marks all allocations in given pool as lost if they are not used in current frame or < a class = "el" href = "struct_vma_pool_create_info.html#a9437e43ffbb644dbbf7fc4e50cfad6aa" title = "Maximum number of additional frames that are in use at the same time as current frame. " > VmaPoolCreateInfo::frameInUseCount< / a > back from now. < a href = "group__layer2.html#ga736bd6cbda886f36c891727e73bd4024" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga736bd6cbda886f36c891727e73bd4024" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gabf28077dbf82d0908b8acbe8ee8dd9b8" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gabf28077dbf82d0908b8acbe8ee8dd9b8" > vmaAllocateMemory< / a > (VmaAllocator allocator, const VkMemoryRequirements *pVkMemoryRequirements, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pCreateInfo, VmaAllocation *pAllocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "memdesc:gabf28077dbf82d0908b8acbe8ee8dd9b8" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > General purpose memory allocation. < a href = "group__layer2.html#gabf28077dbf82d0908b8acbe8ee8dd9b8" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gabf28077dbf82d0908b8acbe8ee8dd9b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga7fdf64415b6c3d83c454f28d2c53df7b" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga7fdf64415b6c3d83c454f28d2c53df7b" > vmaAllocateMemoryForBuffer< / a > (VmaAllocator allocator, VkBuffer buffer, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pCreateInfo, VmaAllocation *pAllocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "separator:ga7fdf64415b6c3d83c454f28d2c53df7b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga0faa3f9e5fb233d29d1e00390650febb" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga0faa3f9e5fb233d29d1e00390650febb" > vmaAllocateMemoryForImage< / a > (VmaAllocator allocator, VkImage image, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pCreateInfo, VmaAllocation *pAllocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "memdesc:ga0faa3f9e5fb233d29d1e00390650febb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Function similar to < a class = "el" href = "group__layer2.html#ga7fdf64415b6c3d83c454f28d2c53df7b" > vmaAllocateMemoryForBuffer()< / a > . < a href = "group__layer2.html#ga0faa3f9e5fb233d29d1e00390650febb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga0faa3f9e5fb233d29d1e00390650febb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:ga11f0fbc034fa81a4efedd73d61ce7568" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga11f0fbc034fa81a4efedd73d61ce7568" > vmaFreeMemory< / a > (VmaAllocator allocator, VmaAllocation allocation)< / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memdesc:ga11f0fbc034fa81a4efedd73d61ce7568" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Frees memory previously allocated using < a class = "el" href = "group__layer2.html#gabf28077dbf82d0908b8acbe8ee8dd9b8" title = "General purpose memory allocation. " > vmaAllocateMemory()< / a > , < a class = "el" href = "group__layer2.html#ga7fdf64415b6c3d83c454f28d2c53df7b" > vmaAllocateMemoryForBuffer()< / a > , or < a class = "el" href = "group__layer2.html#ga0faa3f9e5fb233d29d1e00390650febb" title = "Function similar to vmaAllocateMemoryForBuffer(). " > vmaAllocateMemoryForImage()< / a > . < a href = "group__layer2.html#ga11f0fbc034fa81a4efedd73d61ce7568" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:ga11f0fbc034fa81a4efedd73d61ce7568" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga86dd08aba8633bfa4ad0df2e76481d8b" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga86dd08aba8633bfa4ad0df2e76481d8b" > vmaGetAllocationInfo< / a > (VmaAllocator allocator, VmaAllocation allocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "memdesc:ga86dd08aba8633bfa4ad0df2e76481d8b" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Returns current information about specified allocation. < a href = "group__layer2.html#ga86dd08aba8633bfa4ad0df2e76481d8b" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga86dd08aba8633bfa4ad0df2e76481d8b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:gaf9147d31ffc11d62fc187bde283ed14f" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gaf9147d31ffc11d62fc187bde283ed14f" > vmaSetAllocationUserData< / a > (VmaAllocator allocator, VmaAllocation allocation, void *pUserData)< / td > < / tr >
< tr class = "memdesc:gaf9147d31ffc11d62fc187bde283ed14f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Sets pUserData in given allocation to new value. < a href = "group__layer2.html#gaf9147d31ffc11d62fc187bde283ed14f" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gaf9147d31ffc11d62fc187bde283ed14f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gae5c9657d9e94756269145b01c05d16f1" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gae5c9657d9e94756269145b01c05d16f1" > vmaCreateLostAllocation< / a > (VmaAllocator allocator, VmaAllocation *pAllocation)< / td > < / tr >
< tr class = "memdesc:gae5c9657d9e94756269145b01c05d16f1" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Creates new allocation that is in lost state from the beginning. < a href = "group__layer2.html#gae5c9657d9e94756269145b01c05d16f1" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:gae5c9657d9e94756269145b01c05d16f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:gad5bd1243512d099706de88168992f069" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#gad5bd1243512d099706de88168992f069" > vmaMapMemory< / a > (VmaAllocator allocator, VmaAllocation allocation, void **ppData)< / td > < / tr >
< tr class = "separator:gad5bd1243512d099706de88168992f069" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga9bc268595cb33f6ec4d519cfce81ff45" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga9bc268595cb33f6ec4d519cfce81ff45" > vmaUnmapMemory< / a > (VmaAllocator allocator, VmaAllocation allocation)< / td > < / tr >
< tr class = "separator:ga9bc268595cb33f6ec4d519cfce81ff45" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga26b87244491c1fe77f11fe9ab5779c27" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga26b87244491c1fe77f11fe9ab5779c27" > vmaUnmapPersistentlyMappedMemory< / a > (VmaAllocator allocator)< / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memdesc:ga26b87244491c1fe77f11fe9ab5779c27" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Unmaps persistently mapped memory of types that are < code > HOST_COHERENT< / code > and < code > DEVICE_LOCAL< / code > . < a href = "group__layer2.html#ga26b87244491c1fe77f11fe9ab5779c27" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:ga26b87244491c1fe77f11fe9ab5779c27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga03366170bb8e186605518d2f5d65b85a" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga03366170bb8e186605518d2f5d65b85a" > vmaMapPersistentlyMappedMemory< / a > (VmaAllocator allocator)< / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memdesc:ga03366170bb8e186605518d2f5d65b85a" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Maps back persistently mapped memory of types that are < code > HOST_COHERENT< / code > and < code > DEVICE_LOCAL< / code > . < a href = "group__layer2.html#ga03366170bb8e186605518d2f5d65b85a" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:ga03366170bb8e186605518d2f5d65b85a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ga6aced90fcc7b39882b6654a740a0b9bb" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" > vmaDefragment< / a > (VmaAllocator allocator, VmaAllocation *pAllocations, size_t allocationCount, VkBool32 *pAllocationsChanged, const < a class = "el" href = "struct_vma_defragmentation_info.html" > VmaDefragmentationInfo< / a > *pDefragmentationInfo, < a class = "el" href = "struct_vma_defragmentation_stats.html" > VmaDefragmentationStats< / a > *pDefragmentationStats)< / td > < / tr >
< tr class = "memdesc:ga6aced90fcc7b39882b6654a740a0b9bb" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Compacts memory by moving allocations. < a href = "group__layer2.html#ga6aced90fcc7b39882b6654a740a0b9bb" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga6aced90fcc7b39882b6654a740a0b9bb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:gac72ee55598617e8eecca384e746bab51" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer3.html#gac72ee55598617e8eecca384e746bab51" > vmaCreateBuffer< / a > (VmaAllocator allocator, const VkBufferCreateInfo *pBufferCreateInfo, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pAllocationCreateInfo, VkBuffer *pBuffer, VmaAllocation *pAllocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "separator:gac72ee55598617e8eecca384e746bab51" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:ga0d9f4e4ba5bf9aab1f1c746387753d77" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer3.html#ga0d9f4e4ba5bf9aab1f1c746387753d77" > vmaDestroyBuffer< / a > (VmaAllocator allocator, VkBuffer buffer, VmaAllocation allocation)< / td > < / tr >
2017-09-25 13:07:34 +00:00
< tr class = "memdesc:ga0d9f4e4ba5bf9aab1f1c746387753d77" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destroys Vulkan buffer and frees allocated memory. < a href = "group__layer3.html#ga0d9f4e4ba5bf9aab1f1c746387753d77" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:ga0d9f4e4ba5bf9aab1f1c746387753d77" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-09-12 18:45:14 +00:00
< tr class = "memitem:ga02a94f25679275851a53e82eacbcfc73" > < td class = "memItemLeft" align = "right" valign = "top" > VkResult  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer3.html#ga02a94f25679275851a53e82eacbcfc73" > vmaCreateImage< / a > (VmaAllocator allocator, const VkImageCreateInfo *pImageCreateInfo, const < a class = "el" href = "struct_vma_allocation_create_info.html" > VmaAllocationCreateInfo< / a > *pAllocationCreateInfo, VkImage *pImage, VmaAllocation *pAllocation, < a class = "el" href = "struct_vma_allocation_info.html" > VmaAllocationInfo< / a > *pAllocationInfo)< / td > < / tr >
< tr class = "memdesc:ga02a94f25679275851a53e82eacbcfc73" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Function similar to < a class = "el" href = "group__layer3.html#gac72ee55598617e8eecca384e746bab51" > vmaCreateBuffer()< / a > . < a href = "group__layer3.html#ga02a94f25679275851a53e82eacbcfc73" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ga02a94f25679275851a53e82eacbcfc73" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "memitem:gae50d2cb3b4a3bfd4dd40987234e50e7e" > < td class = "memItemLeft" align = "right" valign = "top" > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "group__layer3.html#gae50d2cb3b4a3bfd4dd40987234e50e7e" > vmaDestroyImage< / a > (VmaAllocator allocator, VkImage image, VmaAllocation allocation)< / td > < / tr >
2017-09-25 13:07:34 +00:00
< tr class = "memdesc:gae50d2cb3b4a3bfd4dd40987234e50e7e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destroys Vulkan image and frees allocated memory. < a href = "group__layer3.html#gae50d2cb3b4a3bfd4dd40987234e50e7e" > More...< / a > < br / > < / td > < / tr >
2017-07-11 13:22:12 +00:00
< tr class = "separator:gae50d2cb3b4a3bfd4dd40987234e50e7e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-20 09:17:23 +00:00
< / table >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.8.13
< / small > < / address >
< / body >
< / html >