microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.57k stars 510 forks source link

CMake support for building legacy Xbox One XDK lib #379

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

The XBOX_CONSOLE_TARGET variable can be set to durango if built in the appropriate Developer Command Prompt.

Can't support scarlett or xboxone as those require DirectX 12. While I've officially dropped legacy Xbox One XDK support for this library, there are still some backcompat scenarios I need to support.

Also added some warning suppressions for the clang v16 toolset.