October 28, 2023 (#110)
This commit is contained in:
Родитель
41cacb393c
Коммит
d5cd2dfe6a
|
@ -10,7 +10,7 @@
|
|||
<description>This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022 and supports Windows 7 / DirectX 11.
|
||||
|
||||
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.</description>
|
||||
<releaseNotes>Matches the June 13, 2023 release on GitHub.</releaseNotes>
|
||||
<releaseNotes>Matches the October 28, 2023 release on GitHub.</releaseNotes>
|
||||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
|
||||
<repository type="git" url="https://github.com/microsoft/DirectXMesh.git" />
|
||||
<icon>images\icon.jpg</icon>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<description>This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022 and supports Windows 10 / Windows 11 including both DirectX 11 and DirectX 12.
|
||||
|
||||
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.</description>
|
||||
<releaseNotes>Matches the June 13, 2023 release on GitHub.</releaseNotes>
|
||||
<releaseNotes>Matches the October 28, 2023 release on GitHub.</releaseNotes>
|
||||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
|
||||
<repository type="git" url="https://github.com/microsoft/DirectXMesh.git" />
|
||||
<icon>images\icon.jpg</icon>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<description>This version is for Universal Windows Platform apps on Windows 10 / Windows 11 using Visual Studio 2019 (16.11) or Visual Studio 2022.
|
||||
|
||||
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.</description>
|
||||
<releaseNotes>Matches the June 13, 2023 release on GitHub.</releaseNotes>
|
||||
<releaseNotes>Matches the October 28, 2023 release on GitHub.</releaseNotes>
|
||||
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=324981</projectUrl>
|
||||
<repository type="git" url="https://github.com/microsoft/DirectXMesh.git" />
|
||||
<icon>images\icon.jpg</icon>
|
||||
|
|
|
@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.20)
|
|||
|
||||
set(DIRECTXMESH_VERSION 1.6.4)
|
||||
|
||||
if(DEFINED XBOX_CONSOLE_TARGET)
|
||||
if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET))
|
||||
set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY")
|
||||
endif()
|
||||
|
||||
|
|
|
@ -6,6 +6,11 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX
|
|||
|
||||
## Release History
|
||||
|
||||
### October 28, 2023
|
||||
* Retired ARM (32-bit) support for the UWP platform
|
||||
* CMake project updates
|
||||
* meshconvert: -flist option updated to support filenames with spaces
|
||||
|
||||
### June 13, 2023
|
||||
* CMake project updates
|
||||
* meshconvert: Fix minor display issue with error messages
|
||||
|
|
|
@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981
|
|||
|
||||
Copyright (c) Microsoft Corporation.
|
||||
|
||||
**June 13, 2023**
|
||||
**October 28, 2023**
|
||||
|
||||
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.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче