From 3b636c99146bf48d70e4b22aaef0ebdb63725f7c Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 9 May 2022 14:52:01 -0700 Subject: [PATCH] May 9, 2022 --- .nuget/directxtk12_desktop_2019.nuspec | 2 +- .nuget/directxtk12_uwp.nuspec | 2 +- HISTORY.md | 9 +++++++++ README.md | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.nuget/directxtk12_desktop_2019.nuspec b/.nuget/directxtk12_desktop_2019.nuspec index 7ccb6036..b4c9af4e 100644 --- a/.nuget/directxtk12_desktop_2019.nuspec +++ b/.nuget/directxtk12_desktop_2019.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 March 24, 2022 release on GitHub. + Matches the May 9, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg diff --git a/.nuget/directxtk12_uwp.nuspec b/.nuget/directxtk12_uwp.nuspec index f3564a1f..82947153 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 March 24, 2022 release on GitHub. + Matches the May 9, 2022 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=615561 images\icon.jpg diff --git a/HISTORY.md b/HISTORY.md index 96ca215c..e719d135 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,15 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT ## Release History +### May 9, 2022 +* C++20 spaceship operator updates for SimpleMath +* Fixed missing VertexPositionNormal::InputLayout +* Minor updates for VS 2022 (17.2) +* CMake project updates (now supports MSVC, clang/LLVM, and MinGW) +* Retired VS 2017 projects +* Minor code review +* Reformat source using updated .editorconfig settings + ## March 24, 2022 * Fixed bug in UWP implementation of Mouse that combined vertical/horizontal scroll-wheel input * Code refactoring for input classes (GamePad, Keyboard, and Mouse) diff --git a/README.md b/README.md index 0944c73c..995fbeaa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561 Copyright (c) Microsoft Corporation. -**March 24, 2022** +**May 9, 2022** This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 12 C++ code for Universal Windows Platform (UWP) apps for Windows 11 / Windows 10, game titles for Xbox Series X\|S / Xbox One, and Win32 desktop applications for Windows 11 / Windows 10.