From 312f048988c37a0692b450f5f1b0600522967d21 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 15 Jul 2025 12:14:31 -0400 Subject: default flow to 80%, perf mode on --- py_modules/lsfg_vk/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'py_modules/lsfg_vk/constants.py') diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index 28246c2..ceaf12b 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -47,8 +47,8 @@ ENV_HOME = "HOME" # Default configuration values DEFAULT_MULTIPLIER = 2 -DEFAULT_FLOW_SCALE = 1.0 +DEFAULT_FLOW_SCALE = 0.8 DEFAULT_ENABLE_LSFG = True DEFAULT_HDR = False -DEFAULT_PERF_MODE = False +DEFAULT_PERF_MODE = True DEFAULT_IMMEDIATE_MODE = False -- cgit v1.2.3 From ec4541dd78f4e2a58b679b20740f323d8ce76698 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Tue, 15 Jul 2025 13:11:06 -0400 Subject: add disable_vkbasalt=1 defaulted, hidden ui to expose to users later if desired --- py_modules/lsfg_vk/constants.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'py_modules/lsfg_vk/constants.py') diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py index ceaf12b..2440d9d 100644 --- a/py_modules/lsfg_vk/constants.py +++ b/py_modules/lsfg_vk/constants.py @@ -35,6 +35,7 @@ export LSFG_FLOW_SCALE={flow_scale} {hdr} {perf_mode} {immediate_mode} +{disable_vkbasalt} # Execute the passed command with the environment variables set exec "$@" @@ -52,3 +53,4 @@ DEFAULT_ENABLE_LSFG = True DEFAULT_HDR = False DEFAULT_PERF_MODE = True DEFAULT_IMMEDIATE_MODE = False +DEFAULT_DISABLE_VKBASALT = True -- cgit v1.2.3