Skip to content

Commit

Permalink
October 17, 2022 release
Browse files Browse the repository at this point in the history
  • Loading branch information
walbourn committed Oct 18, 2022
1 parent da8a01f commit 4226380
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 4226380

Please sign in to comment.