File tree
6 files changed
+38
-8
lines changed- VulkanMemoryAllocator
- src
- generate-new
6 files changed
+38
-8
lines changedSubmodule VulkanMemoryAllocator updated 98 files
- .gitignore+1
- CMakeLists.txt+37-48
- Doxyfile+91-47
- README.md+24-25
- bin/Shader.frag.spv
- bin/Shader.vert.spv
- docs/html/allocation_annotation.html+9-9
- docs/html/annotated.html+3-3
- docs/html/choosing_memory_type.html+21-21
- docs/html/classes.html+3-3
- docs/html/configuration.html+16-16
- docs/html/custom_memory_pools.html+30-30
- docs/html/debugging_memory_usage.html+23-23
- docs/html/defragmentation.html+14-14
- docs/html/deprecated.html+3-3
- docs/html/dir_d44c64559bbebec7f509842c48db8b23.html+3-3
- docs/html/doxygen.css+49-15
- docs/html/enabling_buffer_device_address.html+14-14
- docs/html/files.html+3-3
- docs/html/functions.html+3-3
- docs/html/functions_vars.html+3-3
- docs/html/general_considerations.html+8-8
- docs/html/globals.html+3-4
- docs/html/globals_defs.html+3-3
- docs/html/globals_enum.html+3-3
- docs/html/globals_eval.html+3-3
- docs/html/globals_func.html+3-4
- docs/html/globals_type.html+3-3
- docs/html/group__group__alloc.html+177-177
- docs/html/group__group__init.html+51-51
- docs/html/group__group__stats.html+20-20
- docs/html/group__group__virtual.html+40-60
- docs/html/index.html+6-6
- docs/html/memory_mapping.html+12-12
- docs/html/modules.html+3-3
- docs/html/opengl_interop.html+12-12
- docs/html/pages.html+3-3
- docs/html/quick_start.html+18-18
- docs/html/resource_aliasing.html+11-10
- docs/html/search/all_11.js+196-197
- docs/html/search/functions_0.js+63-64
- docs/html/statistics.html+11-11
- docs/html/staying_within_budget.html+12-12
- docs/html/struct_vma_allocation.html+8-8
- docs/html/struct_vma_allocation_create_info-members.html+3-3
- docs/html/struct_vma_allocation_create_info.html+20-20
- docs/html/struct_vma_allocation_info-members.html+3-3
- docs/html/struct_vma_allocation_info.html+22-22
- docs/html/struct_vma_allocator.html+6-6
- docs/html/struct_vma_allocator_create_info-members.html+3-3
- docs/html/struct_vma_allocator_create_info.html+29-29
- docs/html/struct_vma_allocator_info-members.html+3-3
- docs/html/struct_vma_allocator_info.html+10-10
- docs/html/struct_vma_budget-members.html+3-3
- docs/html/struct_vma_budget.html+12-12
- docs/html/struct_vma_defragmentation_context.html+5-5
- docs/html/struct_vma_defragmentation_info-members.html+3-3
- docs/html/struct_vma_defragmentation_info.html+12-12
- docs/html/struct_vma_defragmentation_move-members.html+3-3
- docs/html/struct_vma_defragmentation_move.html+7-7
- docs/html/struct_vma_defragmentation_pass_move_info-members.html+3-3
- docs/html/struct_vma_defragmentation_pass_move_info.html+13-13
- docs/html/struct_vma_defragmentation_stats-members.html+3-3
- docs/html/struct_vma_defragmentation_stats.html+8-8
- docs/html/struct_vma_detailed_statistics-members.html+3-3
- docs/html/struct_vma_detailed_statistics.html+12-12
- docs/html/struct_vma_device_memory_callbacks-members.html+3-3
- docs/html/struct_vma_device_memory_callbacks.html+9-9
- docs/html/struct_vma_pool.html+6-6
- docs/html/struct_vma_pool_create_info-members.html+3-3
- docs/html/struct_vma_pool_create_info.html+21-21
- docs/html/struct_vma_statistics-members.html+3-3
- docs/html/struct_vma_statistics.html+11-11
- docs/html/struct_vma_total_statistics-members.html+3-3
- docs/html/struct_vma_total_statistics.html+5-5
- docs/html/struct_vma_virtual_allocation.html+6-6
- docs/html/struct_vma_virtual_allocation_create_info-members.html+3-3
- docs/html/struct_vma_virtual_allocation_create_info.html+11-11
- docs/html/struct_vma_virtual_allocation_info-members.html+3-3
- docs/html/struct_vma_virtual_allocation_info.html+10-10
- docs/html/struct_vma_virtual_block.html+6-6
- docs/html/struct_vma_virtual_block_create_info-members.html+3-3
- docs/html/struct_vma_virtual_block_create_info.html+9-9
- docs/html/struct_vma_vulkan_functions-members.html+3-3
- docs/html/struct_vma_vulkan_functions.html+13-13
- docs/html/usage_patterns.html+18-16
- docs/html/virtual_allocator.html+20-20
- docs/html/vk__mem__alloc_8h.html+98-100
- docs/html/vk_amd_device_coherent_memory.html+14-14
- docs/html/vk_ext_memory_priority.html+15-15
- docs/html/vk_khr_dedicated_allocation.html+14-14
- include/vk_mem_alloc.h+175-88
- src/CMakeLists.txt+52-86
- src/VmaUsage.h+2-1
- src/VulkanSample.cpp+1-1
- src/cmake/Config.cmake.in-10
- src/cmake/install_target.cmake-32
- tools/GpuMemDumpVis/GpuMemDumpVis.py+8-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 |
| |
6 | 9 |
| |
7 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| 178 | + | |
| 179 | + | |
178 | 180 |
| |
179 | 181 |
| |
180 | 182 |
| |
| |||
5545 | 5547 |
| |
5546 | 5548 |
| |
5547 | 5549 |
| |
| 5550 | + | |
| 5551 | + | |
| 5552 | + | |
| 5553 | + | |
| 5554 | + | |
5548 | 5555 |
| |
5549 | 5556 |
| |
5550 | 5557 |
| |
| |||
5567 | 5574 |
| |
5568 | 5575 |
| |
5569 | 5576 |
| |
| 5577 | + | |
| 5578 | + | |
| 5579 | + | |
| 5580 | + | |
| 5581 | + | |
| 5582 | + | |
| 5583 | + | |
5570 | 5584 |
| |
5571 |
| - | |
| 5585 | + | |
5572 | 5586 |
| |
5573 | 5587 |
| |
5574 | 5588 |
| |
5575 | 5589 |
| |
5576 | 5590 |
| |
5577 | 5591 |
| |
5578 |
| - | |
| 5592 | + | |
5579 | 5593 |
| |
5580 | 5594 |
| |
5581 | 5595 |
| |
5582 | 5596 |
| |
5583 | 5597 |
| |
| 5598 | + | |
| 5599 | + | |
5584 | 5600 |
| |
5585 |
| - | |
| 5601 | + | |
5586 | 5602 |
| |
5587 | 5603 |
| |
5588 | 5604 |
| |
| |||
5596 | 5612 |
| |
5597 | 5613 |
| |
5598 | 5614 |
| |
| 5615 | + | |
| 5616 | + | |
5599 | 5617 |
| |
5600 |
| - | |
| 5618 | + | |
| 5619 | + | |
| 5620 | + | |
| 5621 | + | |
| 5622 | + | |
| 5623 | + | |
5601 | 5624 |
| |
5602 | 5625 |
| |
5603 |
| - | |
| 5626 | + | |
5604 | 5627 |
| |
5605 | 5628 |
| |
5606 | 5629 |
| |
| |||
5611 | 5634 |
| |
5612 | 5635 |
| |
5613 | 5636 |
| |
| 5637 | + | |
| 5638 | + | |
5614 | 5639 |
| |
5615 | 5640 |
| |
5616 | 5641 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
| 40 | + | |
39 | 41 |
| |
40 | 42 |
| |
41 | 43 |
| |
|
0 commit comments