Module: vkd3d Branch: master Commit: 7eb63a7c0d23a83bbdfcfa5ed83b943437051138 URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/7eb63a7c0d23a83bbdfcfa5ed83b94...
Author: Giovanni Mascellani gmascellani@codeweavers.com Date: Wed Jul 17 15:14:26 2024 +0200
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=<version>"', as well as the equivalent CROSSCC32 variable for the 32-bit