This commit is contained in:
Chuck Walbourn 2022-10-17 21:43:49 -07:00
Родитель d2c4f03e87
Коммит 8587c2d0c6
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -6,6 +6,12 @@ Release available for download on [GitHub](https://github.com/microsoft/DirectXT
## Release History
### October 17, 2022
* Additional methods for *DirectX Tool Kit for Audio* emitter and listener for cone and falloff curves
* Added use of C++11 inline namespaces to make it possible to link both DX11 and DX12 versions at once
* Minor fix for ``CompileShaders.cmd`` to address additional 'paths with spaces' issues
* Minor CMake update
### July 29, 2022
* *breaking change* DDSTextureLoader ``Ex`` functions now use ``DDS_LOADER_FLAGS`` instead of ``bool forceSRGB`` parameter.
* MapGuard helper class updated with a new ``copy`` method

Просмотреть файл

@ -6,11 +6,11 @@ http://go.microsoft.com/fwlink/?LinkId=248929
Copyright (c) Microsoft Corporation.
**July 29, 2022**
**October 17, 2022**
This package contains the "DirectX Tool Kit", a collection of helper classes for writing Direct3D 11 C++ code for Universal Windows Platform (UWP) apps for Windows 11, Windows 10, Xbox One, and Win32 desktop applications for Windows 7 Service Pack 1 or later.
This code is designed to build with Visual Studio 2019 (16.9 or later), Visual Studio 2022, or clang for Windows v11 or later. Use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later is required.
This code is designed to build with Visual Studio 2019 (16.11), Visual Studio 2022, or clang for Windows v11 or later. Use of the Windows 10 May 2020 Update SDK ([19041](https://walbourn.github.io/windows-10-may-2020-update-sdk/)) or later is required.
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).