summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2013-12-13 21:55:49 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-12-13 21:55:50 +0000
commit18809c063b89d9b235401d080b952885a4ef9628 (patch)
tree7a73454d7d3007b5d08032bfff6515b435947fb2 /libs/hwui/Debug.h
parentf8bc964289df5ea53672df401c6d51dd47c02e53 (diff)
parentf57776b2d195f0937906eb88b777bb55ccc36967 (diff)
downloadframeworks_base-18809c063b89d9b235401d080b952885a4ef9628.zip
frameworks_base-18809c063b89d9b235401d080b952885a4ef9628.tar.gz
frameworks_base-18809c063b89d9b235401d080b952885a4ef9628.tar.bz2
Merge "3d view system!"
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index 786f12a..79afad1 100644
--- a/libs/hwui/Debug.h
+++ b/libs/hwui/Debug.h
@@ -85,6 +85,9 @@
// Turn on to highlight drawing batches and merged batches with different colors
#define DEBUG_MERGE_BEHAVIOR 0
+// Turn on to enable 3D support in the renderer (off by default until API for control exists)
+#define DEBUG_ENABLE_3D 0
+
#if DEBUG_INIT
#define INIT_LOGD(...) ALOGD(__VA_ARGS__)
#else