Adding --vendor_gl_extensions flag to disable NV stuff.

This commit is contained in:
Ben Vanik
2015-01-03 13:40:20 -08:00
parent 76c41edfd6
commit 70c0c0fea1
4 changed files with 14 additions and 4 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(vendor_gl_extensions);
DECLARE_bool(disable_textures);
namespace xe {