From 10c59827e421a1ae648a7e3e37ff815e20a87302 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Thu, 2 Jul 2020 15:43:14 -0700 Subject: [PATCH] July 2, 2020 --- .nuget/directxtk12_desktop_2017.nuspec | 2 +- .nuget/directxtk12_uwp.nuspec | 2 +- HISTORY.md | 6 ++++++ README.md | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtk12_desktop_2017.nuspec b/.nuget/directxtk12_desktop_2017.nuspec index f565b8f..055b2d2 100644 --- a/.nuget/directxtk12_desktop_2017.nuspec +++ b/.nuget/directxtk12_desktop_2017.nuspec @@ -34,7 +34,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the June 15, 2020 release on GitHub. + Matches the July 2, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg MIT diff --git a/.nuget/directxtk12_uwp.nuspec b/.nuget/directxtk12_uwp.nuspec index 0ed7ab5..7e75f57 100644 --- a/.nuget/directxtk12_uwp.nuspec +++ b/.nuget/directxtk12_uwp.nuspec @@ -34,7 +34,7 @@ SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering VertexTypes - structures for commonly used vertex data formats WICTextureLoader - WIC-based image file texture loader - Matches the June 15, 2020 release on GitHub. + Matches the July 2, 2020 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg MIT diff --git a/HISTORY.md b/HISTORY.md index e35bc5e..39984a5 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### July 2, 2020 +* Improved SpriteFont drawing performance in Debug builds +* Regenerated shaders using Windows 10 May 2020 Update SDK (19041) +* Code cleanup for some new VC++ 16.7 warnings +* CMake updates + ### June 15, 2020 * DescriptorHeap / DescriptorPile updated with additional ctor * EffectTextureFactory ctor parameter updated with default value diff --git a/README.md b/README.md index c494de1..b41f46a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561 Copyright (c) Microsoft Corporation. All rights reserved. -**June 15, 2020** +**July 2, 2020** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps, Win32 desktop applications for Windows 10, and Xbox One.