remove vsync_interval; replace with vsync_fps.
This commit is contained in:
committed by
Radosław Gliński
parent
911055c44f
commit
294b968fdf
@@ -20,8 +20,7 @@ DEFINE_path(
|
||||
|
||||
DEFINE_bool(vsync, true, "Enable VSYNC.", "GPU");
|
||||
|
||||
DEFINE_uint64(vsync_interval, 16,
|
||||
"VSYNC interval. Value is frametime in milliseconds.", "GPU");
|
||||
DEFINE_uint64(vsync_fps, 60, "VSYNC frames per second", "GPU");
|
||||
|
||||
DEFINE_bool(
|
||||
gpu_allow_invalid_fetch_constants, false,
|
||||
|
||||
Reference in New Issue
Block a user