Adding --dump_shaders=path/.

This commit is contained in:
Ben Vanik
2013-11-16 04:39:16 -08:00
parent 8440c9059a
commit 7491058ffd
3 changed files with 21 additions and 4 deletions

View File

@@ -22,6 +22,8 @@ DEFINE_string(gpu, "any",
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.");
#include <xenia/gpu/nop/nop_gpu.h>