Adam Sawicki
f8e37ef2a2
Merge branch 'master' into feature-custom-alignment
2021-07-07 14:55:56 +02:00
Adam Sawicki
e92f989423
Added VmaAllocatorCreateInfo::pTypeExternalMemoryHandleTypes
2021-07-07 14:52:10 +02:00
Adam Sawicki
25e436868c
Added function vmaCreateBufferWithAlignment
2021-06-28 16:14:20 +02:00
Adam Sawicki
96ec5ce4e7
Used range-based for loops wherever I could
...
Closes #161
2021-06-25 17:43:41 +02:00
Adam Sawicki
0790b5f0a9
Regenerated documentation
...
Used new Doxygen 1.9.1
2021-06-21 14:55:01 +02:00
Adam Sawicki
4c8801ca22
Fixed docs
2021-06-21 14:51:25 +02:00
Adam Sawicki
82731feeb9
Fixes. Left only new member VmaPoolCreateInfo::pMemoryAllocateNext.
2021-06-21 14:47:37 +02:00
Adam Sawicki
d780fe0263
Merge branch 'master' into PoolCustomPnext
...
# Conflicts:
# include/vk_mem_alloc.h
2021-06-21 14:08:45 +02:00
Adam Sawicki
f98d1b3f8d
Fix to online documentation
2021-06-18 17:12:22 +02:00
Adam Sawicki
11dce16f00
Added VmaPoolCreateInfo::minAllocationAlignment
2021-06-18 15:25:57 +02:00
Adam Sawicki
8d4a9e9174
Renamed macro VMA_DEBUG_ALIGNMENT to VMA_MIN_ALIGNMENT as there are valid use cases for it other than debugging purposes.
2021-06-14 17:01:33 +02:00
Adam Sawicki
49d9f99467
Fixing Linux build on TravisCI (1)
2021-06-09 17:53:37 +02:00
Adam Sawicki
f523d39667
Fix .gitignore to include binaries at new locations
2021-06-09 17:20:26 +02:00
Adam Sawicki
cab4eb545c
Delete shader files
2021-06-09 17:14:12 +02:00
Adam Sawicki
d4230c2a91
Delete binaries from old path
2021-06-09 17:13:51 +02:00
Adam Sawicki
01521a7087
Deleted Premake
2021-06-09 17:04:06 +02:00
Adam Sawicki
351cabafda
Regenerated documentation
2021-06-09 17:03:10 +02:00
Adam Sawicki
2f4bc1bb20
Merge pull request #171 from IAmNotHanni/master
...
Add CMake support
2021-06-09 16:48:06 +02:00
Adam Sawicki
f7f8e8b472
Merge pull request #177 from pkasting/master
...
Fix clang -Wdeprecated-copy.
2021-06-09 16:42:39 +02:00
Adam Sawicki
d900294c1a
Fixed link to include/vk_mem_alloc.h in README.md and Doxyfile
...
Updated Doxyfile to Doxygen 1.9.1
Closes #165
2021-06-09 16:39:21 +02:00
Adam Sawicki
e30b3ab39c
Moving Doxyfile to main directory
2021-06-09 16:30:59 +02:00
Adam Sawicki
248843e456
Added VmaVector::shrink_to_fit instead of freeMemory parameter in resize, clear, to fix compilation with VMA_USE_STL_CONTAINERS
...
Closes #175 , closes #176
2021-06-09 16:23:30 +02:00
Peter Kasting
a850ffbe46
Fix clang -Wdeprecated-copy.
...
The copy constructor must be explicitly defined (here, defaulted) to be
available when the assignment operator is deleted. While there is a
templated constructor from VmaStlAlloc<U>, the compiler doesn't consider
this to be a "copy" constructor for purposes of the warning.
2021-06-08 13:47:31 -07:00
Johannes Schneider
5c52b85904
Update README
2021-06-02 23:19:00 +02:00
Johannes Schneider
f8daef898c
Add VMA_STATIC_VULKAN_FUNCTIONS and set VMA_DYNAMIC_VULKAN_FUNCTIONS to ON by default
2021-06-02 23:18:59 +02:00
Johannes Schneider
c9777daabb
Remove macros which can be configured through CMake from VmaUsage.h
2021-06-02 23:18:54 +02:00
Johannes Schneider
948be70048
Enable compiling with multiple processes for VmaReplay
2021-06-02 12:18:42 +02:00
Johannes Schneider
12d8344ed0
Add documentation of CMake options to README
2021-06-02 00:36:18 +02:00
Johannes Schneider
6d3ef233ab
Correct README
2021-06-02 00:36:10 +02:00
Johannes Schneider
191c64c8ee
Link VulkanMemoryAllocator to Vulkan only if static linking is enabled
2021-06-02 00:23:57 +02:00
Johannes Schneider
8111c12b36
Expose important VMA settings macros as CMake options
2021-06-02 00:22:18 +02:00
Johannes Schneider
e65c1469d9
Improve consistency in naming of targets and options
2021-05-31 23:53:21 +02:00
Johannes Schneider
696ecd674d
Replace add_definitions with add_compile_definitions
2021-05-31 23:53:21 +02:00
Johannes Schneider
a3078999ea
Move add_subdirectory for shaders and VmaReplay to the end of the file
2021-05-31 23:53:21 +02:00
Johannes Schneider
61a2844a4f
Only set VMA_EXAMPLE_SOURCE_FILES when building sample app
2021-05-31 23:53:20 +02:00
Johannes Schneider
1a25921427
Make target_include_directories a one line instruction
2021-05-31 23:53:20 +02:00
Johannes Schneider
7dc310ad85
Remove CMAKE_DISABLE_IN_SOURCE_BUILD
2021-05-31 23:53:20 +02:00
Johannes Schneider
08b190ff7e
Rename VmaShaders to VmaBuildExampleShaders
2021-05-31 23:53:19 +02:00
Johannes Schneider
853f713db1
Remove source_group instructions
2021-05-31 23:53:19 +02:00
Johannes Schneider
dadd8f635a
Show default values for CMake options in README's table
2021-05-31 23:53:19 +02:00
Johannes Schneider
8f14179a72
Replace Ninja with Make as default build instruction on Linux
2021-05-31 23:52:06 +02:00
Adam Sawicki
4a132e510c
Merge pull request #173 from IAmNotHanni/documentation_fixes
...
Minor typo fixes in code comments
2021-05-31 10:18:04 +02:00
Johannes Schneider
8f62aa27c2
Rename replay app target and shaders target
2021-05-28 20:03:27 +02:00
Johannes Schneider
a7f6b7e1f1
Fix VmaReplay build
2021-05-28 20:03:26 +02:00
Adam Sawicki
53ac25ef77
Fixed link in documentation
...
Closes #174
2021-05-28 16:20:15 +02:00
Johannes Schneider
31ccbf6728
Minor typo fixes in code comments
2021-05-28 14:11:43 +02:00
Johannes Schneider
acba487a76
Add CMake build instructions
2021-05-28 12:57:01 +02:00
Johannes Schneider
3f2238ac9d
Fix VMA_BUILD_EXAMPLE_APP_SHADERS being ignored on Linux
2021-05-28 12:45:58 +02:00
Johannes Schneider
6b733a5ba2
Fix missing Vulkan dependency of VmaExample
2021-05-28 11:56:59 +02:00
Adam Sawicki
b302c0d708
Merge pull request #172 from IAmNotHanni/remove_moltenvk_issue_175_reference
...
Remove reference to MoltenVK issue 175 which is fixed now
2021-05-28 10:45:34 +02:00