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:
authorOleg Kuznetsov <okouznetsov@nvidia.com>2022-02-01 13:49:01 +0300
committerPhilip Rebohle <25567304+doitsujin@users.noreply.github.com>2022-03-17 13:35:19 +0300
commit51569944403bb047ac4fa28acbebd9944768714d (patch)
treeba6125231151fd5469ae304fb38d1c7a505e6e1f /dxvk.conf
parentcf1cee04b872a3db06d8504790792b990479e56c (diff)
[dxvk] Add a config option to enable debug utils in addition to DXVK_PERF_EVENTS=1
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/dxvk.conf b/dxvk.conf
index 769e1f67..143e8920 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -557,3 +557,13 @@
# - True/False
# d3d9.apitraceMode = False
+
+# Debug Utils
+#
+# Enables debug utils as this is off by default, this enables user annotations like BeginEvent()/EndEvent().
+# Alternatively could be enabled with DXVK_PERF_EVENTS=1 environment variable.
+#
+# Supported values:
+# - True/False
+
+# dxvk.enableDebugUtils = True