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

* commit '39647161e1ec5521afd159054c1237a80300e0e4':
  Change default fbo cache size to 0
This commit is contained in:
John Reck
2014-09-17 22:18:23 +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