Skip to content

Commit

Permalink
August 1, 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Aug 2, 2021
1 parent 411a4d6 commit a58c985
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nuget/directxtk12_desktop_2017.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -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</description>
<releaseNotes>Matches the June 9, 2021 release on GitHub.</releaseNotes>
<releaseNotes>Matches the August 1, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion .nuget/directxtk12_uwp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SpriteBatch - simple &amp; efficient 2D sprite rendering
SpriteFont - bitmap based text rendering
VertexTypes - structures for commonly used vertex data formats
WICTextureLoader - WIC-based image file texture loader</description>
<releaseNotes>Matches the June 9, 2021 release on GitHub.</releaseNotes>
<releaseNotes>Matches the August 1, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<icon>images\icon.jpg</icon>
<license type="expression">MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

cmake_minimum_required (VERSION 3.11)

set(DIRECTXTK12_VERSION 1.4.5)
set(DIRECTXTK12_VERSION 1.4.6)

project (DirectXTK12
VERSION ${DIRECTXTK12_VERSION}
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT

## Release History

### August 1, 2021
* DebugEffect, NormalMapEffect, and PBREffect updated with instancing support
* GeometricPrimitive updated with DrawInstanced method
* ToneMapPostProcess updated with SetColorRotation method
* Added VS 2022 Preview projects
* Minor code review

### June 9, 2021
* VS 2019 projects now use Shader Model 6 to build shaders (CMake has build option)
* DirectX Tool Kit for Audio updates:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ http://go.microsoft.com/fwlink/?LinkID=615561

Copyright (c) Microsoft Corporation.

**June 9, 2021**
**August 1, 2021**

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.

This code is designed to build with Visual Studio 2017 ([15.9](https://walbourn.github.io/vs-2017-15-9-update/)), Visual Studio 2019, or clang for Windows v9 or later. It is recommended that you make use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later.
This code is designed to build with Visual Studio 2017 ([15.9](https://walbourn.github.io/vs-2017-15-9-update/)), Visual Studio 2019, or clang for Windows v11 or later. It is recommended that you make use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later.

These components are designed to work without requiring any content from the legacy DirectX SDK. For details, see [Where is the DirectX SDK?](https://aka.ms/dxsdk).

Expand Down

0 comments on commit a58c985

Please sign in to comment.