Skip to content

Commit

Permalink
October 28, 2023 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn authored Oct 31, 2023
1 parent 9b236c6 commit 813d186
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nuget/directxtk12_desktop_2019.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 September 1, 2023 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 28, 2023 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK12.git" />
<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 September 1, 2023 release on GitHub.</releaseNotes>
<releaseNotes>Matches the October 28, 2023 release on GitHub.</releaseNotes>
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=615561</projectUrl>
<repository type="git" url="https://github.com/microsoft/DirectXTK12.git" />
<icon>images\icon.jpg</icon>
Expand Down
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

cmake_minimum_required (VERSION 3.20)

set(DIRECTXTK12_VERSION 1.5.5)
set(DIRECTXTK12_VERSION 1.5.6)

set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
endif()

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

### October 28, 2023
* Added ``CreateUploadBuffer`` and ``CreateUAVBuffer`` helpers
* Fixed validation bug with WIC loader when using autogen and force RGBA together
* Fixed minor link issue with a Xbox PIX custom memory method
* Xbox shader compilation now uses ``-HV 2021``
* Additional methods for *DirectX Tool Kit for Audio* emitter for linear and inverse-square falloff curves

### September 1, 2023
* GraphicsMemory updated to use Xbox PIX custom memory events with optional tags
* Retired ARM (32-bit) support for the UWP platform
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.

**September 1, 2023**
**October 28, 2023**

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

Expand Down

0 comments on commit 813d186

Please sign in to comment.