am 0eda5660: am 5c19146f: am 8523ad90: Merge "Change default fbo cache size to 0" into lmp-dev

* commit '0eda5660deb2a9b2dd9f3ab87ee9e6e7418b81b4':
  Change default fbo cache size to 0
This commit is contained in:
John Reck
2014-09-17 22:09:00 +00:00
committed by Android Git Automerger

View File

@@ -227,7 +227,7 @@ enum DebugLevel {
#define DEFAULT_PATCH_CACHE_SIZE 128 // in kB
#define DEFAULT_GRADIENT_CACHE_SIZE 0.5f
#define DEFAULT_DROP_SHADOW_CACHE_SIZE 2.0f
#define DEFAULT_FBO_CACHE_SIZE 16
#define DEFAULT_FBO_CACHE_SIZE 0
#define DEFAULT_TEXTURE_CACHE_FLUSH_RATE 0.6f