Skip to content

Commit

Permalink
Rebuild binaries using Visual Studio 2017 instead of 2019
Browse files Browse the repository at this point in the history
Added information about Microsoft Redistributable installer to README.md.
  • Loading branch information
adam-sawicki-a committed Jan 24, 2020
1 parent e9bfb53 commit 98e8ceb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ With this one function call:
`VmaAllocation` is an object that represents memory assigned to this buffer. It can be queried for parameters like Vulkan memory handle and offset.
# Binariers
The release comes with precompiled binary executables for "VulkanSample" application which contains test suite and "VmaReplay" tool. They are compiled using Visual Studio 2017, so they require appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If their launch fails with error message telling about those files missing, please download and install [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), "x64" version.
# Read more
See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/)**.
Expand Down
Binary file added bin/VmaReplay_Release_vs2017.exe
Binary file not shown.
Binary file removed bin/VmaReplay_Release_vs2019.exe
Binary file not shown.
Binary file added bin/VulkanSample_Release_vs2017.exe
Binary file not shown.
Binary file removed bin/VulkanSample_Release_vs2019.exe
Binary file not shown.

0 comments on commit 98e8ceb

Please sign in to comment.