From d46948727fe0d74b3cecffad89235aea85a92251 Mon Sep 17 00:00:00 2001 From: Castro-Fidel Date: Wed, 20 May 2020 23:14:16 +0300 Subject: [PATCH] dxvk.conf add optimized tessellation and maximum frame latency --- data_from_portwine/dxvk.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data_from_portwine/dxvk.conf b/data_from_portwine/dxvk.conf index 68ad7c0..b6b0873 100644 --- a/data_from_portwine/dxvk.conf +++ b/data_from_portwine/dxvk.conf @@ -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