microsoft / DirectXTK12

The DirectX Tool Kit (aka DirectXTK12) is a collection of helper classes for writing DirectX 12 code in C++
https://walbourn.github.io/directx-tool-kit-for-directx-12/
MIT License
1.45k stars 369 forks source link

AArch32 (ARM32) architecture deprecation #181

Closed walbourn closed 10 months ago

walbourn commented 10 months ago

32-bit ARM support is being deprecated for the UWP platform, and support is being removed from newer ARM-based CPUs and the Windows 11 OS.

32-bit ARM was never officially supported for Win32 desktop development.

See Microsoft Learn

walbourn commented 10 months ago

Test suite updates in this PR