From 7eb63a7c0d23a83bbdfcfa5ed83b943437051138 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Wed, 17 Jul 2024 15:14:26 +0200 Subject: [PATCH] vkd3d: Document how to install "Graphics Tools" to use the Agility SDK. This is a required step, otherwise the debug layer will not work. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 86a2bf2e..f6ded1cd 100644 --- a/README +++ b/README @@ -134,6 +134,10 @@ these steps: [1] https://devblogs.microsoft.com/directx/directx12agility/ + * You also need to enable the "Graphics Tools" optional feature in Windows. + Open the "Settings" applications, then look for "Apps", "Optional features", + "View features" and install "Graphics Tools". + * Configure vkd3d with something like: 'CROSSCC64="x86_64-w64-mingw32-gcc -DVKD3D_AGILITY_SDK_VERSION="', as well as the equivalent CROSSCC32 variable for the 32-bit