February 28, 2022
This commit is contained in:
Родитель
ac202f15ad
Коммит
2aa729bc19
|
@ -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 November 8, 2021 release on GitHub.</releaseNotes>
|
||||
<releaseNotes>Matches the February 28, 2022 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>
|
||||
|
|
|
@ -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 November 8, 2021 release on GitHub.</releaseNotes>
|
||||
<releaseNotes>Matches the February 28, 2022 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>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
cmake_minimum_required (VERSION 3.11)
|
||||
|
||||
set(DIRECTXTK12_VERSION 1.4.8)
|
||||
set(DIRECTXTK12_VERSION 1.4.9)
|
||||
|
||||
project (DirectXTK12
|
||||
VERSION ${DIRECTXTK12_VERSION}
|
||||
|
|
11
HISTORY.md
11
HISTORY.md
|
@ -6,6 +6,17 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
|
|||
|
||||
## Release History
|
||||
|
||||
### February 28, 2022
|
||||
* Minor fix to DescriptorHeap Increment() to return uint32_t instead of size_t
|
||||
* Updated D3DX12 internal copy with latest changes from GitHub
|
||||
* SimpleMath Matrix updated with ToEuler and Vector3 version of CreateFromYawPitchRoll methods
|
||||
* SimpleMath Quaternion updated with ToEuler, RotateTowards, FromToRotation, LookRotation, and Angle methods
|
||||
* Keyboard updated with new IME On/Off v-keys
|
||||
* Win32 Mouse now uses ``WM_ACTIVATE`` for more robust behavior
|
||||
* *DirectX Tool Kit for Audio* updated for Advanced Format (4Kn) wavebank streaming
|
||||
* Code and project review including fixing clang v13 warnings
|
||||
* Added CMakePresets.json
|
||||
|
||||
### November 8, 2021
|
||||
* VS 2022 support
|
||||
* Updated D3DX12 internal copy with latest change from GitHub
|
||||
|
|
|
@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=615561
|
|||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
**November 8, 2021**
|
||||
**February 28, 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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче