We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689f732 commit fd4e18cCopy full SHA for fd4e18c
1 file changed
vegas/dxvk.conf
@@ -25,6 +25,11 @@ dxvk.starLsfgThresholdMs = 0
25
# 0.0 = auto (tier 1: 25%, tier 2: 33%, tier 3: 40% of system RAM)
26
dxvk.starVramMultiplier = 0
27
28
+# Zero-initialize compute shared workgroup memory (Auto = on for Adreno, off otherwise)
29
+# Helps Unity/Adreno stability. Set to False to disable (may improve perf, risk of artifacts).
30
+# Values: Auto, True, False
31
+dxvk.starZeroInit = Auto
32
+
33
# --- Standard DXVK Options ---
34
35
# HUD elements (comma-separated). Add 'starengine' for adaptive performance HUD.
0 commit comments