Skip to content

Commit 3673f1b

Browse files
Update readme.md with link to DX Landing Page
Added link to the DirectX Landing Page at the top of this readme to make sure all DX-related components link back to our new single source of truth.
1 parent cab614f commit 3673f1b

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)