Go to file
Adam Sawicki f7d1c9b0fe Merge pull request #7 from duodenim/fix-compilation-errors
Fix memcpy and VmaVector compile errors
2017-08-21 10:38:19 +02:00
bin Changed image memory barriers to fix validation layer errors. Simplified code - deleted functions CopyImage, TransitionImageLayout. 2017-08-16 17:32:09 +02:00
docs/html Fixed vmaCreateBuffer, vmaCreateImage to always return null as *pBuffer, *pImage, *pAllocation of not succeeded. Fixed that in documentation as well. 2017-08-09 13:06:41 +02:00
media First commit 2017-06-16 17:21:31 +02:00
premake Fixing Vulkan paths in build script. 2017-07-05 16:47:26 +02:00
src Fix memcpy and VmaVector compile errors 2017-08-19 16:31:48 -05:00
third_party/mathfu-1.1.0 First commit 2017-06-16 17:21:31 +02:00
.gitignore Revert "Comitting generated Visual Studio 2015 project to quickly start AppVeyor." 2017-07-05 17:02:19 +02:00
CHANGELOG.md Updated CHANGELOG.md. 2017-07-13 16:38:20 +02:00
LICENSE.txt First commit 2017-06-16 17:21:31 +02:00
README.md Dummy commit to test webhook for AppVeyor. 2017-07-14 11:12:37 +02:00

Vulkan Memory Allocator

This is a README file for Vulkan Memory Allocator library and accompanying sample application.

Documentation: See Vulkan Memory Allocator (generated from Doxygen-style comments in src/vk_mem_alloc.h).

License: MIT. See LICENSE.txt.

Changelog: See CHANGELOG.md.

Build status: Build status