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

mGPU support for DirectX Tool Kit #30

Closed walbourn closed 6 years ago

walbourn commented 6 years ago

This adds basic multi-GPU support to DirectX Tool Kit. It primary requires a per-device GraphicsMemory singleton, and passing an explicit device to GeometricPrimitive and Model.