Adding --max_draw_elements to make debugging easier for now.

This commit is contained in:
Ben Vanik
2014-11-02 21:50:11 -08:00
parent 96c203699d
commit 5be1b9458a
3 changed files with 10 additions and 0 deletions

View File

@@ -18,5 +18,7 @@ DECLARE_string(gpu);
DECLARE_bool(trace_ring_buffer);
DECLARE_string(dump_shaders);
DECLARE_uint64(max_draw_elements);
#endif // XENIA_GPU_PRIVATE_H_