Skip to content

Commit 98e8ceb

Browse files
Rebuild binaries using Visual Studio 2017 instead of 2019
Added information about Microsoft Redistributable installer to README.md.
1 parent e9bfb53 commit 98e8ceb

5 files changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ With this one function call:
9090
9191
`VmaAllocation` is an object that represents memory assigned to this buffer. It can be queried for parameters like Vulkan memory handle and offset.
9292
93+
# Binariers
94+
95+
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.
96+
9397
# Read more
9498
9599
See **[Documentation](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/)**.

bin/VmaReplay_Release_vs2017.exe

236 KB
Binary file not shown.

bin/VmaReplay_Release_vs2019.exe

-233 KB
Binary file not shown.

bin/VulkanSample_Release_vs2017.exe

292 KB
Binary file not shown.

bin/VulkanSample_Release_vs2019.exe

-293 KB
Binary file not shown.

0 commit comments

Comments
 (0)