@@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11
4
4
5
5
Copyright (c) Microsoft Corporation. All rights reserved.
6
6
7
- July 3 , 2018
7
+ August 17 , 2018
8
8
9
9
This package contains the "DirectX Tool Kit", a collection of helper classes for
10
10
writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 10,
@@ -14,7 +14,7 @@ Windows Vista Service Pack 2 Direct3D 11.0 applications.
14
14
15
15
This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017.
16
16
It is recommended that you make use of VS 2015 Update 3, Windows Tools 1.4.1, and the
17
- Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.7 update) or later with the
17
+ Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.8 update) with the
18
18
Windows 10 April 2018 Update SDK (17134).
19
19
20
20
These components are designed to work without requiring any content from the DirectX SDK. For details,
@@ -89,7 +89,7 @@ RELEASE NOTES
89
89
90
90
* The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5
91
91
or 15.6 updates, you need to install the standalone Windows 10 SDK (17134) which is otherwise included in
92
- the 15.7 update. Older VS 2017 updates will fail to load the projects due to use of the <ConformanceMode> element.
92
+ the 15.7/15.8 update. Older VS 2017 updates will fail to load the projects due to use of the <ConformanceMode> element.
93
93
If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because
94
94
this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files
95
95
<AdditionalOptions> elements.
@@ -99,6 +99,12 @@ RELEASE NOTES
99
99
RELEASE HISTORY
100
100
---------------
101
101
102
+ August 17, 2018
103
+ Improved validation for 16k textures and other large resources
104
+ Improved debug output for failed texture loads and screengrabs
105
+ Updated for VS 2017 15.8
106
+ Code cleanup
107
+
102
108
July 3, 2018
103
109
ModelMeshPart DrawInstanced method added
104
110
Code and project cleanup
0 commit comments