Skip to content

Commit

Permalink
October 18, 2021
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 19, 2021
1 parent 52a5200 commit 9b8812f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 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 October 13, 2021 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 18, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK12" />
<icon>images\icon.jpg</icon>
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 October 13, 2021 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 18, 2021 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK12" />
<icon>images\icon.jpg</icon>
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.7)
set(DIRECTXTK12_VERSION 1.4.8)

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

## Release History

### October 18, 2021
* Fixed loading of skinned PBR models from SDKMESH v2
* Minor code review updates

### October 13, 2021
* Added skinning support for **NormalMapEffect** and **PBREffect**
* Common states updated with support for reverse z-buffer rendering with **DepthReverseZ** and **DepthReadReverseZ** methods.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561

Copyright (c) Microsoft Corporation.

**October 13, 2021**
**October 18, 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 for Windows 11 / Windows 10, game titles for Xbox Series X\|S / Xbox One, and Win32 desktop applications for Windows 11 / Windows 10.

Expand Down

0 comments on commit 9b8812f

Please sign in to comment.