Closed walbourn closed 6 years ago
The April 2018 releases of DirectXTex, DirectXMesh, and UVAtlas are the last to support VS 2013. See this blog post
Can use %zu instead of %Iu for printf format strings as well with the VS 2015 minimum.
%zu
%Iu
In many cases I can replace ZeroMemory with C++11 uniform initialization
ZeroMemory
See this pull request
The April 2018 releases of DirectXTex, DirectXMesh, and UVAtlas are the last to support VS 2013. See this blog post