--disable_textures flag.

This commit is contained in:
Ben Vanik
2015-01-02 02:50:12 -08:00
parent 53906ee195
commit 420fd11771
3 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,8 @@ DECLARE_bool(thread_safe_gl);
DECLARE_bool(gl_debug_output);
DECLARE_bool(gl_debug_output_synchronous);
DECLARE_bool(disable_textures);
namespace xe {
namespace gpu {
namespace gl4 {