├── .clang-tidy ├── .github └── workflows │ ├── linux.yaml │ ├── static_code_analysis.yaml │ └── windows.yaml ├── .gitignore ├── CHANGELOG.md ├── CMakeLists.txt ├── Doxyfile ├── LICENSE.txt ├── README.md ├── bin ├── Shader.frag.spv ├── Shader.vert.spv └── VmaSample_Release_vs2022.exe ├── docs ├── .nojekyll ├── gfx │ ├── Aliasing.png │ ├── Linear_allocator_1_algo_default.png │ ├── Linear_allocator_2_algo_linear.png │ ├── Linear_allocator_3_free_at_once.png │ ├── Linear_allocator_4_stack.png │ ├── Linear_allocator_5_ring_buffer.png │ ├── Linear_allocator_7_double_stack.png │ ├── Margins_1.png │ ├── Margins_2.png │ └── VMA_class_diagram.png └── html │ ├── allocation_annotation.html │ ├── annotated.html │ ├── bc_s.png │ ├── bc_sd.png │ ├── choosing_memory_type.html │ ├── classes.html │ ├── clipboard.js │ ├── closed.png │ ├── configuration.html │ ├── cookie.js │ ├── custom_memory_pools.html │ ├── debugging_memory_usage.html │ ├── defragmentation.html │ ├── deprecated.html │ ├── dir_d44c64559bbebec7f509842c48db8b23.html │ ├── doc.svg │ ├── docd.svg │ ├── doxygen.css │ ├── doxygen.svg │ ├── doxygen_crawl.html │ ├── dynsections.js │ ├── enabling_buffer_device_address.html │ ├── faq.html │ ├── files.html │ ├── folderclosed.svg │ ├── folderclosedd.svg │ ├── folderopen.svg │ ├── folderopend.svg │ ├── functions.html │ ├── functions_vars.html │ ├── general_considerations.html │ ├── globals.html │ ├── globals_defs.html │ ├── globals_enum.html │ ├── globals_eval.html │ ├── globals_func.html │ ├── globals_type.html │ ├── group__group__alloc.html │ ├── group__group__init.html │ ├── group__group__stats.html │ ├── group__group__virtual.html │ ├── index.html │ ├── jquery.js │ ├── memory_mapping.html │ ├── menu.js │ ├── menudata.js │ ├── minus.svg │ ├── minusd.svg │ ├── nav_f.png │ ├── nav_fd.png │ ├── nav_g.png │ ├── nav_h.png │ ├── nav_hd.png │ ├── navtree.css │ ├── open.png │ ├── other_api_interop.html │ ├── pages.html │ ├── plus.svg │ ├── plusd.svg │ ├── quick_start.html │ ├── resize.js │ ├── resource_aliasing.html │ ├── search │ ├── all_0.js │ ├── all_1.js │ ├── all_10.js │ ├── all_11.js │ ├── all_12.js │ ├── all_13.js │ ├── all_14.js │ ├── all_15.js │ ├── all_2.js │ ├── all_3.js │ ├── all_4.js │ ├── all_5.js │ ├── all_6.js │ ├── all_7.js │ ├── all_8.js │ ├── all_9.js │ ├── all_a.js │ ├── all_b.js │ ├── all_c.js │ ├── all_d.js │ ├── all_e.js │ ├── all_f.js │ ├── classes_0.js │ ├── close.svg │ ├── defines_0.js │ ├── enums_0.js │ ├── enumvalues_0.js │ ├── files_0.js │ ├── functions_0.js │ ├── groups_0.js │ ├── groups_1.js │ ├── groups_2.js │ ├── groups_3.js │ ├── groups_4.js │ ├── groups_5.js │ ├── mag.svg │ ├── mag_d.svg │ ├── mag_sel.svg │ ├── mag_seld.svg │ ├── pages_0.js │ ├── pages_1.js │ ├── pages_10.js │ ├── pages_11.js │ ├── pages_12.js │ ├── pages_13.js │ ├── pages_14.js │ ├── pages_15.js │ ├── pages_2.js │ ├── pages_3.js │ ├── pages_4.js │ ├── pages_5.js │ ├── pages_6.js │ ├── pages_7.js │ ├── pages_8.js │ ├── pages_9.js │ ├── pages_a.js │ ├── pages_b.js │ ├── pages_c.js │ ├── pages_d.js │ ├── pages_e.js │ ├── pages_f.js │ ├── search.css │ ├── search.js │ ├── searchdata.js │ ├── typedefs_0.js │ ├── typedefs_1.js │ ├── variables_0.js │ ├── variables_1.js │ ├── variables_2.js │ ├── variables_3.js │ ├── variables_4.js │ ├── variables_5.js │ ├── variables_6.js │ ├── variables_7.js │ ├── variables_8.js │ ├── variables_9.js │ ├── variables_a.js │ ├── variables_b.js │ └── variables_c.js │ ├── splitbar.png │ ├── splitbard.png │ ├── statistics.html │ ├── staying_within_budget.html │ ├── struct_vma_allocation.html │ ├── struct_vma_allocation_create_info-members.html │ ├── struct_vma_allocation_create_info.html │ ├── struct_vma_allocation_info-members.html │ ├── struct_vma_allocation_info.html │ ├── struct_vma_allocation_info2-members.html │ ├── struct_vma_allocation_info2.html │ ├── struct_vma_allocator.html │ ├── struct_vma_allocator_create_info-members.html │ ├── struct_vma_allocator_create_info.html │ ├── struct_vma_allocator_info-members.html │ ├── struct_vma_allocator_info.html │ ├── struct_vma_budget-members.html │ ├── struct_vma_budget.html │ ├── struct_vma_defragmentation_context.html │ ├── struct_vma_defragmentation_info-members.html │ ├── struct_vma_defragmentation_info.html │ ├── struct_vma_defragmentation_move-members.html │ ├── struct_vma_defragmentation_move.html │ ├── struct_vma_defragmentation_pass_move_info-members.html │ ├── struct_vma_defragmentation_pass_move_info.html │ ├── struct_vma_defragmentation_stats-members.html │ ├── struct_vma_defragmentation_stats.html │ ├── struct_vma_detailed_statistics-members.html │ ├── struct_vma_detailed_statistics.html │ ├── struct_vma_device_memory_callbacks-members.html │ ├── struct_vma_device_memory_callbacks.html │ ├── struct_vma_pool.html │ ├── struct_vma_pool_create_info-members.html │ ├── struct_vma_pool_create_info.html │ ├── struct_vma_statistics-members.html │ ├── struct_vma_statistics.html │ ├── struct_vma_total_statistics-members.html │ ├── struct_vma_total_statistics.html │ ├── struct_vma_virtual_allocation.html │ ├── struct_vma_virtual_allocation_create_info-members.html │ ├── struct_vma_virtual_allocation_create_info.html │ ├── struct_vma_virtual_allocation_info-members.html │ ├── struct_vma_virtual_allocation_info.html │ ├── struct_vma_virtual_block.html │ ├── struct_vma_virtual_block_create_info-members.html │ ├── struct_vma_virtual_block_create_info.html │ ├── struct_vma_vulkan_functions-members.html │ ├── struct_vma_vulkan_functions.html │ ├── sync_off.png │ ├── sync_on.png │ ├── tab_a.png │ ├── tab_ad.png │ ├── tab_b.png │ ├── tab_bd.png │ ├── tab_h.png │ ├── tab_hd.png │ ├── tab_s.png │ ├── tab_sd.png │ ├── tabs.css │ ├── topics.html │ ├── usage_patterns.html │ ├── virtual_allocator.html │ ├── vk__mem__alloc_8h.html │ ├── vk_amd_device_coherent_memory.html │ ├── vk_ext_memory_priority.html │ ├── vk_khr_dedicated_allocation.html │ └── vk_khr_external_memory_win32.html ├── include └── vk_mem_alloc.h ├── media └── Thumbnail.png ├── src ├── .editorconfig ├── CMakeLists.txt ├── Common.cpp ├── Common.h ├── Shaders │ ├── CMakeLists.txt │ ├── CompileShaders.bat │ ├── Shader.frag │ ├── Shader.vert │ └── SparseBindingTest.comp ├── SparseBindingTest.cpp ├── SparseBindingTest.h ├── Tests.cpp ├── Tests.h ├── VmaUsage.cpp ├── VmaUsage.h ├── VolkUsage.cpp ├── VulkanSample.cpp └── vk_mem_alloc.natvis └── tools └── GpuMemDumpVis ├── GpuMemDump.schema.json ├── GpuMemDumpVis.py ├── README.md ├── README_files ├── ExampleOutput.png ├── Legend_Bkg.png ├── Legend_Buffer_1.png ├── Legend_Buffer_2.png ├── Legend_Buffer_3.png ├── Legend_Buffer_4.png ├── Legend_Details.png ├── Legend_Image_1.png ├── Legend_Image_2.png ├── Legend_Image_3.png ├── Legend_Image_4.png ├── Legend_Image_Linear.png ├── Legend_Image_Unknown.png └── Legend_Unknown.png └── Sample.json /.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/.clang-tidy -------------------------------------------------------------------------------- /.github/workflows/linux.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/.github/workflows/linux.yaml -------------------------------------------------------------------------------- /.github/workflows/static_code_analysis.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/.github/workflows/static_code_analysis.yaml -------------------------------------------------------------------------------- /.github/workflows/windows.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/.github/workflows/windows.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /Doxyfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/Doxyfile -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/README.md -------------------------------------------------------------------------------- /bin/Shader.frag.spv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/bin/Shader.frag.spv -------------------------------------------------------------------------------- /bin/Shader.vert.spv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/bin/Shader.vert.spv -------------------------------------------------------------------------------- /bin/VmaSample_Release_vs2022.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/bin/VmaSample_Release_vs2022.exe -------------------------------------------------------------------------------- /docs/.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/gfx/Aliasing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Aliasing.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_1_algo_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_1_algo_default.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_2_algo_linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_2_algo_linear.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_3_free_at_once.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_3_free_at_once.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_4_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_4_stack.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_5_ring_buffer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_5_ring_buffer.png -------------------------------------------------------------------------------- /docs/gfx/Linear_allocator_7_double_stack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Linear_allocator_7_double_stack.png -------------------------------------------------------------------------------- /docs/gfx/Margins_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Margins_1.png -------------------------------------------------------------------------------- /docs/gfx/Margins_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/Margins_2.png -------------------------------------------------------------------------------- /docs/gfx/VMA_class_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/gfx/VMA_class_diagram.png -------------------------------------------------------------------------------- /docs/html/allocation_annotation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/allocation_annotation.html -------------------------------------------------------------------------------- /docs/html/annotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/annotated.html -------------------------------------------------------------------------------- /docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/bc_s.png -------------------------------------------------------------------------------- /docs/html/bc_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/bc_sd.png -------------------------------------------------------------------------------- /docs/html/choosing_memory_type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/choosing_memory_type.html -------------------------------------------------------------------------------- /docs/html/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/classes.html -------------------------------------------------------------------------------- /docs/html/clipboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/clipboard.js -------------------------------------------------------------------------------- /docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/closed.png -------------------------------------------------------------------------------- /docs/html/configuration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/configuration.html -------------------------------------------------------------------------------- /docs/html/cookie.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/cookie.js -------------------------------------------------------------------------------- /docs/html/custom_memory_pools.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/custom_memory_pools.html -------------------------------------------------------------------------------- /docs/html/debugging_memory_usage.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/debugging_memory_usage.html -------------------------------------------------------------------------------- /docs/html/defragmentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/defragmentation.html -------------------------------------------------------------------------------- /docs/html/deprecated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/deprecated.html -------------------------------------------------------------------------------- /docs/html/dir_d44c64559bbebec7f509842c48db8b23.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/dir_d44c64559bbebec7f509842c48db8b23.html -------------------------------------------------------------------------------- /docs/html/doc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/doc.svg -------------------------------------------------------------------------------- /docs/html/docd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/docd.svg -------------------------------------------------------------------------------- /docs/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/doxygen.css -------------------------------------------------------------------------------- /docs/html/doxygen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/doxygen.svg -------------------------------------------------------------------------------- /docs/html/doxygen_crawl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/doxygen_crawl.html -------------------------------------------------------------------------------- /docs/html/dynsections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/dynsections.js -------------------------------------------------------------------------------- /docs/html/enabling_buffer_device_address.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/enabling_buffer_device_address.html -------------------------------------------------------------------------------- /docs/html/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/faq.html -------------------------------------------------------------------------------- /docs/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/files.html -------------------------------------------------------------------------------- /docs/html/folderclosed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/folderclosed.svg -------------------------------------------------------------------------------- /docs/html/folderclosedd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/folderclosedd.svg -------------------------------------------------------------------------------- /docs/html/folderopen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/folderopen.svg -------------------------------------------------------------------------------- /docs/html/folderopend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/folderopend.svg -------------------------------------------------------------------------------- /docs/html/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/functions.html -------------------------------------------------------------------------------- /docs/html/functions_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/functions_vars.html -------------------------------------------------------------------------------- /docs/html/general_considerations.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/general_considerations.html -------------------------------------------------------------------------------- /docs/html/globals.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals.html -------------------------------------------------------------------------------- /docs/html/globals_defs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals_defs.html -------------------------------------------------------------------------------- /docs/html/globals_enum.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals_enum.html -------------------------------------------------------------------------------- /docs/html/globals_eval.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals_eval.html -------------------------------------------------------------------------------- /docs/html/globals_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals_func.html -------------------------------------------------------------------------------- /docs/html/globals_type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/globals_type.html -------------------------------------------------------------------------------- /docs/html/group__group__alloc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/group__group__alloc.html -------------------------------------------------------------------------------- /docs/html/group__group__init.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/group__group__init.html -------------------------------------------------------------------------------- /docs/html/group__group__stats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/group__group__stats.html -------------------------------------------------------------------------------- /docs/html/group__group__virtual.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/group__group__virtual.html -------------------------------------------------------------------------------- /docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/index.html -------------------------------------------------------------------------------- /docs/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/jquery.js -------------------------------------------------------------------------------- /docs/html/memory_mapping.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/memory_mapping.html -------------------------------------------------------------------------------- /docs/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/menu.js -------------------------------------------------------------------------------- /docs/html/menudata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/menudata.js -------------------------------------------------------------------------------- /docs/html/minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/minus.svg -------------------------------------------------------------------------------- /docs/html/minusd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/minusd.svg -------------------------------------------------------------------------------- /docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/nav_f.png -------------------------------------------------------------------------------- /docs/html/nav_fd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/nav_fd.png -------------------------------------------------------------------------------- /docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/nav_g.png -------------------------------------------------------------------------------- /docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/nav_h.png -------------------------------------------------------------------------------- /docs/html/nav_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/nav_hd.png -------------------------------------------------------------------------------- /docs/html/navtree.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/navtree.css -------------------------------------------------------------------------------- /docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/open.png -------------------------------------------------------------------------------- /docs/html/other_api_interop.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/other_api_interop.html -------------------------------------------------------------------------------- /docs/html/pages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/pages.html -------------------------------------------------------------------------------- /docs/html/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/plus.svg -------------------------------------------------------------------------------- /docs/html/plusd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/plusd.svg -------------------------------------------------------------------------------- /docs/html/quick_start.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/quick_start.html -------------------------------------------------------------------------------- /docs/html/resize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/resize.js -------------------------------------------------------------------------------- /docs/html/resource_aliasing.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/resource_aliasing.html -------------------------------------------------------------------------------- /docs/html/search/all_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_0.js -------------------------------------------------------------------------------- /docs/html/search/all_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_1.js -------------------------------------------------------------------------------- /docs/html/search/all_10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_10.js -------------------------------------------------------------------------------- /docs/html/search/all_11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_11.js -------------------------------------------------------------------------------- /docs/html/search/all_12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_12.js -------------------------------------------------------------------------------- /docs/html/search/all_13.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_13.js -------------------------------------------------------------------------------- /docs/html/search/all_14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_14.js -------------------------------------------------------------------------------- /docs/html/search/all_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_15.js -------------------------------------------------------------------------------- /docs/html/search/all_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_2.js -------------------------------------------------------------------------------- /docs/html/search/all_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_3.js -------------------------------------------------------------------------------- /docs/html/search/all_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_4.js -------------------------------------------------------------------------------- /docs/html/search/all_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_5.js -------------------------------------------------------------------------------- /docs/html/search/all_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_6.js -------------------------------------------------------------------------------- /docs/html/search/all_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_7.js -------------------------------------------------------------------------------- /docs/html/search/all_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_8.js -------------------------------------------------------------------------------- /docs/html/search/all_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_9.js -------------------------------------------------------------------------------- /docs/html/search/all_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_a.js -------------------------------------------------------------------------------- /docs/html/search/all_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_b.js -------------------------------------------------------------------------------- /docs/html/search/all_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_c.js -------------------------------------------------------------------------------- /docs/html/search/all_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_d.js -------------------------------------------------------------------------------- /docs/html/search/all_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_e.js -------------------------------------------------------------------------------- /docs/html/search/all_f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/all_f.js -------------------------------------------------------------------------------- /docs/html/search/classes_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/classes_0.js -------------------------------------------------------------------------------- /docs/html/search/close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/close.svg -------------------------------------------------------------------------------- /docs/html/search/defines_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/defines_0.js -------------------------------------------------------------------------------- /docs/html/search/enums_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/enums_0.js -------------------------------------------------------------------------------- /docs/html/search/enumvalues_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/enumvalues_0.js -------------------------------------------------------------------------------- /docs/html/search/files_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/files_0.js -------------------------------------------------------------------------------- /docs/html/search/functions_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/functions_0.js -------------------------------------------------------------------------------- /docs/html/search/groups_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_0.js -------------------------------------------------------------------------------- /docs/html/search/groups_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_1.js -------------------------------------------------------------------------------- /docs/html/search/groups_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_2.js -------------------------------------------------------------------------------- /docs/html/search/groups_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_3.js -------------------------------------------------------------------------------- /docs/html/search/groups_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_4.js -------------------------------------------------------------------------------- /docs/html/search/groups_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/groups_5.js -------------------------------------------------------------------------------- /docs/html/search/mag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/mag.svg -------------------------------------------------------------------------------- /docs/html/search/mag_d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/mag_d.svg -------------------------------------------------------------------------------- /docs/html/search/mag_sel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/mag_sel.svg -------------------------------------------------------------------------------- /docs/html/search/mag_seld.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/mag_seld.svg -------------------------------------------------------------------------------- /docs/html/search/pages_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_0.js -------------------------------------------------------------------------------- /docs/html/search/pages_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_1.js -------------------------------------------------------------------------------- /docs/html/search/pages_10.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_10.js -------------------------------------------------------------------------------- /docs/html/search/pages_11.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_11.js -------------------------------------------------------------------------------- /docs/html/search/pages_12.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_12.js -------------------------------------------------------------------------------- /docs/html/search/pages_13.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_13.js -------------------------------------------------------------------------------- /docs/html/search/pages_14.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_14.js -------------------------------------------------------------------------------- /docs/html/search/pages_15.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_15.js -------------------------------------------------------------------------------- /docs/html/search/pages_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_2.js -------------------------------------------------------------------------------- /docs/html/search/pages_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_3.js -------------------------------------------------------------------------------- /docs/html/search/pages_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_4.js -------------------------------------------------------------------------------- /docs/html/search/pages_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_5.js -------------------------------------------------------------------------------- /docs/html/search/pages_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_6.js -------------------------------------------------------------------------------- /docs/html/search/pages_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_7.js -------------------------------------------------------------------------------- /docs/html/search/pages_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_8.js -------------------------------------------------------------------------------- /docs/html/search/pages_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_9.js -------------------------------------------------------------------------------- /docs/html/search/pages_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_a.js -------------------------------------------------------------------------------- /docs/html/search/pages_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_b.js -------------------------------------------------------------------------------- /docs/html/search/pages_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_c.js -------------------------------------------------------------------------------- /docs/html/search/pages_d.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_d.js -------------------------------------------------------------------------------- /docs/html/search/pages_e.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_e.js -------------------------------------------------------------------------------- /docs/html/search/pages_f.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/pages_f.js -------------------------------------------------------------------------------- /docs/html/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/search.css -------------------------------------------------------------------------------- /docs/html/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/search.js -------------------------------------------------------------------------------- /docs/html/search/searchdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/searchdata.js -------------------------------------------------------------------------------- /docs/html/search/typedefs_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/typedefs_0.js -------------------------------------------------------------------------------- /docs/html/search/typedefs_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/typedefs_1.js -------------------------------------------------------------------------------- /docs/html/search/variables_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_0.js -------------------------------------------------------------------------------- /docs/html/search/variables_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_1.js -------------------------------------------------------------------------------- /docs/html/search/variables_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_2.js -------------------------------------------------------------------------------- /docs/html/search/variables_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_3.js -------------------------------------------------------------------------------- /docs/html/search/variables_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_4.js -------------------------------------------------------------------------------- /docs/html/search/variables_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_5.js -------------------------------------------------------------------------------- /docs/html/search/variables_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_6.js -------------------------------------------------------------------------------- /docs/html/search/variables_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_7.js -------------------------------------------------------------------------------- /docs/html/search/variables_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_8.js -------------------------------------------------------------------------------- /docs/html/search/variables_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_9.js -------------------------------------------------------------------------------- /docs/html/search/variables_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_a.js -------------------------------------------------------------------------------- /docs/html/search/variables_b.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_b.js -------------------------------------------------------------------------------- /docs/html/search/variables_c.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/search/variables_c.js -------------------------------------------------------------------------------- /docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/splitbar.png -------------------------------------------------------------------------------- /docs/html/splitbard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/splitbard.png -------------------------------------------------------------------------------- /docs/html/statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/statistics.html -------------------------------------------------------------------------------- /docs/html/staying_within_budget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/staying_within_budget.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_create_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_create_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_create_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_create_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_info2-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_info2-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocation_info2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocation_info2.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocator.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocator_create_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocator_create_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocator_create_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocator_create_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocator_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocator_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_allocator_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_allocator_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_budget-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_budget-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_budget.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_budget.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_context.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_context.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_move-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_move-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_move.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_move.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_pass_move_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_pass_move_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_pass_move_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_pass_move_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_stats-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_stats-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_defragmentation_stats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_defragmentation_stats.html -------------------------------------------------------------------------------- /docs/html/struct_vma_detailed_statistics-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_detailed_statistics-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_detailed_statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_detailed_statistics.html -------------------------------------------------------------------------------- /docs/html/struct_vma_device_memory_callbacks-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_device_memory_callbacks-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_device_memory_callbacks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_device_memory_callbacks.html -------------------------------------------------------------------------------- /docs/html/struct_vma_pool.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_pool.html -------------------------------------------------------------------------------- /docs/html/struct_vma_pool_create_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_pool_create_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_pool_create_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_pool_create_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_statistics-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_statistics-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_statistics.html -------------------------------------------------------------------------------- /docs/html/struct_vma_total_statistics-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_total_statistics-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_total_statistics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_total_statistics.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_allocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_allocation.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_allocation_create_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_allocation_create_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_allocation_create_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_allocation_create_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_allocation_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_allocation_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_allocation_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_allocation_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_block.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_block.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_block_create_info-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_block_create_info-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_virtual_block_create_info.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_virtual_block_create_info.html -------------------------------------------------------------------------------- /docs/html/struct_vma_vulkan_functions-members.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_vulkan_functions-members.html -------------------------------------------------------------------------------- /docs/html/struct_vma_vulkan_functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/struct_vma_vulkan_functions.html -------------------------------------------------------------------------------- /docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/sync_off.png -------------------------------------------------------------------------------- /docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/sync_on.png -------------------------------------------------------------------------------- /docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_a.png -------------------------------------------------------------------------------- /docs/html/tab_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_ad.png -------------------------------------------------------------------------------- /docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_b.png -------------------------------------------------------------------------------- /docs/html/tab_bd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_bd.png -------------------------------------------------------------------------------- /docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_h.png -------------------------------------------------------------------------------- /docs/html/tab_hd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_hd.png -------------------------------------------------------------------------------- /docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_s.png -------------------------------------------------------------------------------- /docs/html/tab_sd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tab_sd.png -------------------------------------------------------------------------------- /docs/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/tabs.css -------------------------------------------------------------------------------- /docs/html/topics.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/topics.html -------------------------------------------------------------------------------- /docs/html/usage_patterns.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/usage_patterns.html -------------------------------------------------------------------------------- /docs/html/virtual_allocator.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/virtual_allocator.html -------------------------------------------------------------------------------- /docs/html/vk__mem__alloc_8h.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/vk__mem__alloc_8h.html -------------------------------------------------------------------------------- /docs/html/vk_amd_device_coherent_memory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/vk_amd_device_coherent_memory.html -------------------------------------------------------------------------------- /docs/html/vk_ext_memory_priority.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/vk_ext_memory_priority.html -------------------------------------------------------------------------------- /docs/html/vk_khr_dedicated_allocation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/vk_khr_dedicated_allocation.html -------------------------------------------------------------------------------- /docs/html/vk_khr_external_memory_win32.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/docs/html/vk_khr_external_memory_win32.html -------------------------------------------------------------------------------- /include/vk_mem_alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/include/vk_mem_alloc.h -------------------------------------------------------------------------------- /media/Thumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/media/Thumbnail.png -------------------------------------------------------------------------------- /src/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/.editorconfig -------------------------------------------------------------------------------- /src/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/CMakeLists.txt -------------------------------------------------------------------------------- /src/Common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Common.cpp -------------------------------------------------------------------------------- /src/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Common.h -------------------------------------------------------------------------------- /src/Shaders/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Shaders/CMakeLists.txt -------------------------------------------------------------------------------- /src/Shaders/CompileShaders.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Shaders/CompileShaders.bat -------------------------------------------------------------------------------- /src/Shaders/Shader.frag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Shaders/Shader.frag -------------------------------------------------------------------------------- /src/Shaders/Shader.vert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Shaders/Shader.vert -------------------------------------------------------------------------------- /src/Shaders/SparseBindingTest.comp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Shaders/SparseBindingTest.comp -------------------------------------------------------------------------------- /src/SparseBindingTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/SparseBindingTest.cpp -------------------------------------------------------------------------------- /src/SparseBindingTest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/SparseBindingTest.h -------------------------------------------------------------------------------- /src/Tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Tests.cpp -------------------------------------------------------------------------------- /src/Tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/Tests.h -------------------------------------------------------------------------------- /src/VmaUsage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/VmaUsage.cpp -------------------------------------------------------------------------------- /src/VmaUsage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/VmaUsage.h -------------------------------------------------------------------------------- /src/VolkUsage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/VolkUsage.cpp -------------------------------------------------------------------------------- /src/VulkanSample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/VulkanSample.cpp -------------------------------------------------------------------------------- /src/vk_mem_alloc.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/src/vk_mem_alloc.natvis -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/GpuMemDump.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/GpuMemDump.schema.json -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/GpuMemDumpVis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/GpuMemDumpVis.py -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README.md -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/ExampleOutput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/ExampleOutput.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Bkg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Bkg.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Buffer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Buffer_1.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Buffer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Buffer_2.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Buffer_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Buffer_3.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Buffer_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Buffer_4.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Details.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Details.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_1.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_2.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_3.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_4.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_Linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_Linear.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Image_Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Image_Unknown.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/README_files/Legend_Unknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/README_files/Legend_Unknown.png -------------------------------------------------------------------------------- /tools/GpuMemDumpVis/Sample.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/HEAD/tools/GpuMemDumpVis/Sample.json --------------------------------------------------------------------------------