Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f98dc4f2 authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

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

* commit '8523ad90bbbdee595ca302e775f0cf3ff8c41424':
  Change default fbo cache size to 0
parents a1a97a4c 5083943f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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