Skip to content

Commit 71b3367

Browse files
Rebuild binary using Visual Studio 2017 instead of 2019
Added information about Microsoft Redistributable installer to README.md.
1 parent 2764c22 commit 71b3367

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ With this one function call:
7878
7979
`Allocation` is an object that represents memory assigned to this texture. It can be queried for parameters like offset and size.
8080
81+
# Binariers
82+
83+
The release comes with precompiled binary executable for "D3D12Sample" application which contains test suite. It is compiled using Visual Studio 2017, so it requires appropriate libraries to work, including "vcruntime140.dll" and "msvcp140.dll". If its 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.
84+
8185
# Documentation
8286
8387
Documentation is provided together with the library in form of Doxygen-style comments inside the code, in file "src/D3D12MemAlloc.h". They can be read directly or turned into HTML and other convenient to read formats. Unfortunately we can't provide pregenerated version browseable online. You can generate it on your own by following these steps:

bin/D3D12Sample_Release_vs2017.exe

77 KB
Binary file not shown.

bin/D3D12Sample_Release_vs2019.exe

-83.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)