You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+22-10
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,18 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
6
6
7
7
## Release History
8
8
9
+
### March 20, 2025
10
+
* C++17 `std::byte` support for `FromMemory` functions
11
+
* GamePad, Keyboard, and Mouse _GameInput_ implementation now supports both v0 and v1 of the API
12
+
* SimpleMath changes for Vector2/Vector3 operators to speed up performance particularly in debug builds
13
+
**DirectX Tool Kit for Audio* changes:
14
+
* Added more audio engine flags to control X3DAudio usage: `AudioEngine_DisableLFERedirect`, `AudioEngine_DisableDopplerEffect`, `AudioEngine_ZeroCenter3D`
15
+
* Repurposed `SoundEffectInstance_UseRedirectLFE` from an internal flag to a per voice override
16
+
* Added `SoundEffectInstance_ZeroCenter3D` as a per voice override
17
+
* Bug fixes for recent ``IsValid`` methods
18
+
* Code review particularly to remove Windows 7 and Windows 8.0 code paths in shared code
19
+
* CMake project updates including support for BUILD_SHARED_LIBS (i.e. DLL vs. static library)
20
+
9
21
### October 28, 2024
10
22
* All enums now use ``uint32_t`` as the underlying type rather than ``unsigned long`` or ``int``.
11
23
* Added `DDS_LOADER_INGNORE_MIPS` flag to DDSTextureLoader
@@ -45,7 +57,7 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
45
57
### October 28, 2023
46
58
* Added ``CreateUploadBuffer`` and ``CreateUAVBuffer`` helpers
47
59
* Fixed validation bug with WIC loader when using autogen and force RGBA together
48
-
* Fixed minor link issue with a Xbox PIX custom memory method
60
+
* Fixed minor link issue with a Xbox PIX custom memory method
49
61
* Xbox shader compilation now uses ``-HV 2021``
50
62
* Additional methods for *DirectX Tool Kit for Audio* emitter for linear and inverse-square falloff curves
51
63
@@ -110,7 +122,7 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
* CMake project updates (now supports MSVC, clang/LLVM, and MinGW)
116
128
* Updated D3DX12 internal copy with latest changes from DirectX-Headers GitHub
@@ -127,10 +139,10 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
127
139
* Dropped support for legacy Xbox One XDK prior to April 2018
128
140
129
141
### February 28, 2022
130
-
* Minor fix to DescriptorHeapIncrement() to return uint32_t instead of size_t
142
+
* Minor fix to **DescriptorHeap::Increment** to return `uint32_t` instead of `size_t`
131
143
* Updated D3DX12 internal copy with latest changes from GitHub
132
-
* SimpleMath Matrix updated with ToEuler and Vector3 version of CreateFromYawPitchRoll methods
133
-
* SimpleMath Quaternion updated with ToEuler, RotateTowards, FromToRotation, LookRotation, and Angle methods
144
+
* SimpleMath Matrix updated with **ToEuler** and Vector3 version of **CreateFromYawPitchRoll** methods
145
+
* SimpleMath Quaternion updated with **ToEuler**, **RotateTowards**, **FromToRotation**, **LookRotation**, and **Angle** methods
134
146
* Keyboard updated with new IME On/Off v-keys
135
147
* Win32 Mouse now uses ``WM_ACTIVATE`` for more robust behavior
136
148
**DirectX Tool Kit for Audio* updated for Advanced Format (4Kn) wavebank streaming
@@ -160,7 +172,7 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
160
172
* Project and code cleanup
161
173
162
174
### September 30, 2021
163
-
* Added ModelBone support for transformation hierarchies
175
+
* Added **ModelBone** support for transformation hierarchies
164
176
* Rigid-body & skinned animation Draw support added to Model
165
177
* Support for loading Visual Studio ``CMO`` models added using BasicEffect or SkinnedEffect materials
166
178
* Added type aliases ``Model::EffectCollection``, ``ModelMeshPart::InputLayoutCollection``, ``GeometricPrimitive::VertexCollection`` and ``IndexCollection``
@@ -171,8 +183,8 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
171
183
172
184
### August 1, 2021
173
185
* DebugEffect, NormalMapEffect, and PBREffect updated with instancing support
174
-
* GeometricPrimitive updated with DrawInstanced method
175
-
* ToneMapPostProcess updated with SetColorRotation method
186
+
* GeometricPrimitive updated with **DrawInstanced** method
187
+
* ToneMapPostProcess updated with **SetColorRotation** method
176
188
* Added VS 2022 Preview projects
177
189
* Minor code review
178
190
@@ -318,7 +330,7 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
318
330
### October 31, 2018
319
331
* Model loader for SDKMESH now attempts to use legacy DE3CN compressed normals
320
332
+ This is an approximation only and emits a warning in debug builds
321
-
* IEffectTextureFactory's CreateTexture interface method now returns the 'slot'
333
+
* IEffectTextureFactory's **CreateTexture** interface method now returns the 'slot'
322
334
+ This is for use with **GetResource** method
323
335
* Minor code review
324
336
@@ -443,7 +455,7 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
443
455
* Fixed default graphics memory alignment to resolve rendering problems on some hardware
444
456
* Added ``forceSRGB`` optional parameter to SpriteFont ctor
445
457
* EffectFactory method **EnableForceSRGB** added
446
-
* Removed problematic ABI::Windows::Foundation::Rect interop for SimpleMath
458
+
* Removed problematic `ABI::Windows::Foundation::Rect` interop for SimpleMath
447
459
* Updated D3DX12 internal copy for the Windows 10 Anniversary Update SDK (14393)
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.
12
12
@@ -110,6 +110,8 @@ For a full change history, see [CHANGELOG.md](https://github.com/microsoft/Direc
110
110
111
111
* The ``CompileShaders.cmd`` script must have Windows-style (CRLF) line-endings. If it is changed to Linux-style (LF) line-endings, it can fail to build all the required shaders.
112
112
113
+
* Support for targeting Xbox One using the legacy Xbox One XDK was retired in March 2023. See the February 2023 or earlier releases of *DirectX Tool Kit* for the required MSBuild project files. It can also be built using the current CMake projects from an *Xbox One XDK Developer Command Prompt* with the addition of CMake 3.20 or later to the path via the `x64-Debug-Durango` or `x64-Release-Durango` CMake preset.
114
+
113
115
## Support
114
116
115
117
For questions, consider using [Stack Overflow](https://stackoverflow.com/questions/tagged/directxtk) with the *directxtk* tag, or the [DirectX Discord Server](https://discord.gg/directx) in the *dx12-developers* channel.
0 commit comments