diff options
Diffstat (limited to 'libs/hwui/LayerCache.h')
| -rw-r--r-- | libs/hwui/LayerCache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/LayerCache.h b/libs/hwui/LayerCache.h index e64366f..ae792ab 100644 --- a/libs/hwui/LayerCache.h +++ b/libs/hwui/LayerCache.h @@ -30,6 +30,8 @@ namespace uirenderer { // Debug #define DEBUG_LAYERS 0 +// Indicates whether to remove the biggest layers first, or the smaller ones +#define LAYER_REMOVE_BIGGEST 0 // Textures used by layers must have dimensions multiples of this number #define LAYER_SIZE 64 |
