Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-08-31 22:11:53 +0300
committerPhilip Rebohle <philip.rebohle@tu-dortmund.de>2022-09-01 01:25:10 +0300
commit2f39ae792a9522186e14f41618a4597fb43fb1ae (patch)
tree50f19c73d4ca0f39bb9678c0fba126c05e8d4d69 /README.md
parentf8781e1c4ca04e22a8f50f443ffe7bfe46fe3401 (diff)
[dxvk] Change DXVK_PERF_EVENTS environment variable to DXVK_DEBUG
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 12260af6..bddaff16 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ The following environment variables can be used for **debugging** purposes.
- `DXVK_LOG_LEVEL=none|error|warn|info|debug` Controls message logging.
- `DXVK_LOG_PATH=/some/directory` Changes path where log files are stored. Set to `none` to disable log file creation entirely, without disabling logging.
- `DXVK_CONFIG_FILE=/xxx/dxvk.conf` Sets path to the configuration file.
-- `DXVK_PERF_EVENTS=1` Enables use of the VK_EXT_debug_utils extension for translating performance event markers.
+- `DXVK_DEBUG=markers|validation` Enables use of the `VK_EXT_debug_utils` extension for translating performance event markers, or to enable Vulkan validation, respecticely.
## Troubleshooting
DXVK requires threading support from your mingw-w64 build environment. If you