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

@@ -18,6 +18,8 @@ DECLARE_path(dump_shaders);
DECLARE_bool(vsync);
DECLARE_uint64(vsync_interval);
DECLARE_bool(gpu_allow_invalid_fetch_constants);
DECLARE_bool(half_pixel_offset);