From 3673f1bf28a06b7a936cc33575fea7f97014d341 Mon Sep 17 00:00:00 2001 From: JacquesvanRhynMSFT <39970987+JacquesvanRhynMSFT@users.noreply.github.com> Date: Wed, 16 Jun 2021 10:56:16 -0700 Subject: [PATCH] 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. --- Libraries/D3DX12AffinityLayer/readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/D3DX12AffinityLayer/readme.md b/Libraries/D3DX12AffinityLayer/readme.md index a48d78994..8960f8062 100644 --- a/Libraries/D3DX12AffinityLayer/readme.md +++ b/Libraries/D3DX12AffinityLayer/readme.md @@ -2,6 +2,8 @@ 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. +Make sure that you visit the [DirectX Landing Page](https://devblogs.microsoft.com/directx/landing-page/) for more resources for DirectX developers. + ## What do you mean by 'MultiGPU'? 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.