Skip to content

Commit fd4e18c

Browse files
committed
Add starZeroInit to vegas/dxvk.conf
1 parent 689f732 commit fd4e18c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

vegas/dxvk.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ dxvk.starLsfgThresholdMs = 0
2525
# 0.0 = auto (tier 1: 25%, tier 2: 33%, tier 3: 40% of system RAM)
2626
dxvk.starVramMultiplier = 0
2727

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+
2833
# --- Standard DXVK Options ---
2934

3035
# HUD elements (comma-separated). Add 'starengine' for adaptive performance HUD.

0 commit comments

Comments
 (0)