Hiding draw batch flush scope.

This commit is contained in:
Ben Vanik
2015-03-22 11:41:46 -07:00
parent 11b0c076bd
commit f8db3774cb
3 changed files with 4 additions and 2 deletions

View File

@@ -25,6 +25,8 @@ DECLARE_bool(vendor_gl_extensions);
DECLARE_bool(disable_framebuffer_readback);
DECLARE_bool(disable_textures);
#define FINE_GRAINED_DRAW_SCOPES 0
namespace xe {
namespace gpu {
namespace gl4 {