forked from CastroFidel/PortWINE
dxvk.conf add optimized tessellation and maximum frame latency
This commit is contained in:
parent
875166a317
commit
d46948727f
@ -15,8 +15,8 @@
|
|||||||
#
|
#
|
||||||
# Supported values : 0 - 16
|
# Supported values : 0 - 16
|
||||||
|
|
||||||
# dxgi.maxFrameLatency = 0
|
dxgi.maxFrameLatency = 2
|
||||||
# d3d9.maxFrameLatency = 0
|
d3d9.maxFrameLatency = 2
|
||||||
|
|
||||||
|
|
||||||
# Override PCI vendor and device IDs reported to the application. Can
|
# 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
|
# Supported values: Any number between 8 and 64
|
||||||
|
|
||||||
# d3d11.maxTessFactor = 0
|
d3d11.maxTessFactor = 8
|
||||||
|
|
||||||
|
|
||||||
# Enables relaxed pipeline barriers around UAV writes.
|
# Enables relaxed pipeline barriers around UAV writes.
|
||||||
@ -137,8 +137,8 @@ dxgi.nvapiHack = True
|
|||||||
#
|
#
|
||||||
# Supported values: Any number between 0 and 16
|
# Supported values: Any number between 0 and 16
|
||||||
|
|
||||||
# d3d11.samplerAnisotropy = -1
|
d3d11.samplerAnisotropy = 8
|
||||||
# d3d9.samplerAnisotropy = -1
|
d3d9.samplerAnisotropy = 8
|
||||||
|
|
||||||
|
|
||||||
# Declares vertex positions as invariant in order to solve
|
# Declares vertex positions as invariant in order to solve
|
||||||
|
Loading…
Reference in New Issue
Block a user