Dangerous --vsync=false flag.

This commit is contained in:
Ben Vanik
2015-01-03 01:32:59 -08:00
parent c6f0ce7a1e
commit 858f70549f
5 changed files with 34 additions and 20 deletions

View File

@@ -19,6 +19,8 @@ DEFINE_bool(trace_ring_buffer, false, "Trace GPU ring buffer packets.");
DEFINE_string(dump_shaders, "",
"Path to write GPU shaders to as they are compiled.");
DEFINE_bool(vsync, true, "Enable VSYNC.");
namespace xe {
namespace gpu {