This commit is contained in:
Chuck Walbourn 2022-10-17 21:29:27 -07:00
Родитель da8a01f14a
Коммит 4226380177
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -6,6 +6,9 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX
## Release History
### October 17, 2022
* Minor CMake and CMakePresets updates
### July 29, 2022
* CMake and MSBuild project updates

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

@ -6,11 +6,11 @@ http://go.microsoft.com/fwlink/?LinkID=324981
Copyright (c) Microsoft Corporation.
**July 29, 2022**
**October 17, 2022**
This package contains DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.
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).