Commit d4694872 authored by Mikhail Tergoev's avatar Mikhail Tergoev

dxvk.conf add optimized tessellation and maximum frame latency

parent 875166a3
......@@ -15,8 +15,8 @@
#
# Supported values : 0 - 16
# dxgi.maxFrameLatency = 0
# d3d9.maxFrameLatency = 0
dxgi.maxFrameLatency = 2
d3d9.maxFrameLatency = 2
# Override PCI vendor and device IDs reported to the application. Can
......@@ -118,7 +118,7 @@ dxgi.nvapiHack = True
#
# Supported values: Any number between 8 and 64
# d3d11.maxTessFactor = 0
d3d11.maxTessFactor = 8
# Enables relaxed pipeline barriers around UAV writes.
......@@ -137,8 +137,8 @@ dxgi.nvapiHack = True
#
# Supported values: Any number between 0 and 16
# d3d11.samplerAnisotropy = -1
# d3d9.samplerAnisotropy = -1
d3d11.samplerAnisotropy = 8
d3d9.samplerAnisotropy = 8
# Declares vertex positions as invariant in order to solve
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment