diff options
Diffstat (limited to 'libs/hwui/Debug.h')
| -rw-r--r-- | libs/hwui/Debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h index 9a6494fac2fc..773fe82f31a5 100644 --- a/libs/hwui/Debug.h +++ b/libs/hwui/Debug.h @@ -48,6 +48,7 @@ #define DEBUG_RENDER_BUFFERS 0 // Turn on to make stencil operations easier to debug +// (writes 255 instead of 1 in the buffer, forces 8 bit stencil) #define DEBUG_STENCIL 0 // Turn on to display debug info about 9patch objects |