Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/doitsujin/dxvk.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Lehmann <dadschoorse@gmail.com>2022-07-05 18:24:46 +0300
committerJoshie <joshua@froggi.es>2022-07-07 16:18:49 +0300
commit913129d3b666709c5c500e5575f0b835a8ae15df (patch)
tree61e61aee6022dc13bac41e15b5f25bc50dcc411f /dxvk.conf
parentcd8e2360f45f652513d480d440875ba1f1284dbd (diff)
[d3d9] Add an config option to disable non seamless cube maps.
Diffstat (limited to 'dxvk.conf')
-rw-r--r--dxvk.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/dxvk.conf b/dxvk.conf
index e7a0614a..ebab3557 100644
--- a/dxvk.conf
+++ b/dxvk.conf
@@ -548,6 +548,16 @@
# d3d9.apitraceMode = False
+# Seamless Cubes
+#
+# Don't use non seamless cube maps even if they are supported.
+# Non seamless cubes are correct d3d9 behavior, but can produce worse looking edges.
+#
+# Supported values:
+# - True/False
+
+# d3d9.seamlessCubes = False
+
# Debug Utils
#
# Enables debug utils as this is off by default, this enables user annotations like BeginEvent()/EndEvent().