Skip to content

Commit e57ebe0

Browse files
authored
Merge pull request #725 from microsoft/JacquesvanRhynMSFT-1
Update readme.md with link to DX Landing Page
2 parents a108cb0 + 3673f1b commit e57ebe0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries/D3DX12AffinityLayer/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This library is intended to help apps kick start their MultiGPU implementation. The library itself is called the affinity layer in that execution and resources can be 'affinitized' to one or more GPUs in the system. This library should help developers quickly bring up DirectX 12 MultiGPU in their engines.
44

5+
Make sure that you visit the [DirectX Landing Page](https://devblogs.microsoft.com/directx/landing-page/) for more resources for DirectX developers.
6+
57
## What do you mean by 'MultiGPU'?
68
MultiGPU can take on a few meanings. The name indicates that we are referring to the use of multiple GPUs in a user's systems but does not imply how or why. At the core, the MultiGPU features in DirectX 12 are designed to expose multiple GPUs to the app. The power is then in the app's hands to use those GPUs to their maximum potential.
79

0 commit comments

Comments
 (0)