meta: DXBC descriptor QA is supported.

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2021-05-19 18:27:42 +02:00
parent a3fb2f1cd6
commit 0b8490a6b9
1 changed files with 1 additions and 2 deletions

View File

@ -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.
```