walbourn / contentexporter

Samples Content Exporter from the legacy DirectX SDK
https://walbourn.github.io/samples-content-exporter/
MIT License
60 stars 13 forks source link

Remove VS 2013 compiler support #9

Closed walbourn closed 6 years ago

walbourn commented 6 years ago

The April 2018 releases of DirectXTex, DirectXMesh, and UVAtlas are the last to support VS 2013. See this blog post

walbourn commented 6 years ago

Can use %zu instead of %Iu for printf format strings as well with the VS 2015 minimum.

walbourn commented 6 years ago

In many cases I can replace ZeroMemory with C++11 uniform initialization

walbourn commented 6 years ago

See this pull request