From 0b8490a6b9b7ef4aaad1062f6785e029e21a773b Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Wed, 19 May 2021 18:27:42 +0200 Subject: [PATCH] meta: DXBC descriptor QA is supported. Signed-off-by: Hans-Kristian Arntzen --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e0f427ce..b8360a50 100644 --- a/README.md +++ b/README.md @@ -251,8 +251,7 @@ since it adds some flat overhead in an extremely hot code path. ### GPU-assisted debugging If `VKD3D_CONFIG=descriptor_qa_checks` is set with a build which enables `-Denable_descriptor_qa=true`, -all shaders (currently limited to DXIL) -will be instrumented to check for invalid access. In the log, you will see this to +all shaders will be instrumented to check for invalid access. In the log, you will see this to make sure the feature is enabled. ```