Add vsync_interval option

This commit is contained in:
Margen67
2021-12-16 13:57:56 -08:00
committed by Gliniak
parent 485812632a
commit 64b336805e
3 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ DEFINE_path(
DEFINE_bool(vsync, true, "Enable VSYNC.", "GPU");
DEFINE_uint64(vsync_interval, 16,
"VSYNC interval. Value is frametime in milliseconds.", "GPU");
DEFINE_bool(
gpu_allow_invalid_fetch_constants, false,
"Allow texture and vertex fetch constants with invalid type - generally "