From c74ed5d60c6b870170c4b8cebb12464c509f0eee Mon Sep 17 00:00:00 2001 From: BabbleBones Date: Wed, 13 Dec 2023 23:24:39 -0500 Subject: [PATCH] feat: add min period env var description --- src/env_var_descriptions.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/env_var_descriptions.rs b/src/env_var_descriptions.rs index 32ca636..d71b94b 100644 --- a/src/env_var_descriptions.rs +++ b/src/env_var_descriptions.rs @@ -5,6 +5,7 @@ pub static ENV_VAR_DESCRIPTIONS: Map<&str, &str> = phf_map! { "XRT_COMPOSITOR_SCALE_PECENTAGE" => "Render resolution percentage. A percentage higher than the native resolution (>100) will help with antialiasing and image clarity.", "XRT_COMPOSITOR_COMPUTE" => "Set to 1 to use GPU compute for the OpenXR compositor.", + "U_PACING_APP_USE_MIN_FRAME_PERIOD" => "Set to 1 to unlimit the compositor refresh from a power of two of your HMD refresh, typically provides a large performance boost.", "SURVIVE_GLOBALSCENESOLVER" => "Continuously recalibrate lighthouse tracking during use. In the current state it's recommended to disable this feature by setting this value to 0.", // "SURVIVE_TIMECODE_OFFSET_MS" => "",