Skip to content

Commit c815261

Browse files
committed
August 17, 2018
1 parent a572425 commit c815261

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

Readme.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DirectXTK - the DirectX Tool Kit for DirectX 11
44

55
Copyright (c) Microsoft Corporation. All rights reserved.
66

7-
July 3, 2018
7+
August 17, 2018
88

99
This package contains the "DirectX Tool Kit", a collection of helper classes for
1010
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.
1414

1515
This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017.
1616
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
1818
Windows 10 April 2018 Update SDK (17134).
1919

2020
These components are designed to work without requiring any content from the DirectX SDK. For details,
@@ -89,7 +89,7 @@ RELEASE NOTES
8989

9090
* The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5
9191
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.
9393
If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because
9494
this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files
9595
<AdditionalOptions> elements.
@@ -99,6 +99,12 @@ RELEASE NOTES
9999
RELEASE HISTORY
100100
---------------
101101

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+
102108
July 3, 2018
103109
ModelMeshPart DrawInstanced method added
104110
Code and project cleanup

0 commit comments

Comments
 (0)