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.5k stars 404 forks source link

Support for mGPU #11

Closed walbourn closed 6 years ago

walbourn commented 8 years ago

The DirectX Tool Kit for DirectX12 does not expose the ability to set the node for multi-adapter use, so it only supports the 0th node as it is.

For details, see MSDN

walbourn commented 6 years ago

See this pull request