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
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
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
00069968e7
Remove reference to MoltenVK issue 175 which is fixed now
2021-05-28 01:21:39 +02:00
David Carlier
1b15bc0f1d
clang build warning fixes proposal
2021-05-17 17:34:35 +01:00
Petr Kraus
7a1b637890
Docs typo
2021-05-06 03:50:05 +02:00
Adam Sawicki
59ec0809a7
Moved main file vk_mem_alloc.h to subdirectory include/
...
WARNING! This can break external code that depends on directory structure of this repository!
Closes #165
2021-04-19 13:46:49 +02:00