summaryrefslogtreecommitdiff
path: root/libs/hwui/Snapshot.h
diff options
context:
space:
mode:
author Romain Guy <romainguy@google.com> 2011-11-22 12:42:06 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2011-11-22 12:42:06 -0800
commitc28e574037b2bfc8c2ea24593299aa20ae9078f8 (patch)
tree38a75bdcc25887e4c9f2c640227fce4d2635079a /libs/hwui/Snapshot.h
parent0ce49783083bf81cc1ea812e029fc94e1625a8fd (diff)
parenta2fabf4a109d46f99ff7370aa05e48c1708c2838 (diff)
am a2fabf4a: am 303a0695: Merge "Draw in the correct FBO after invoking a GL functor Bug #5650514" into ics-mr1
* commit 'a2fabf4a109d46f99ff7370aa05e48c1708c2838': Draw in the correct FBO after invoking a GL functor Bug #5650514
Diffstat (limited to 'libs/hwui/Snapshot.h')
-rw-r--r--libs/hwui/Snapshot.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h
index d51154d0710f..aff7b9364a90 100644
--- a/libs/hwui/Snapshot.h
+++ b/libs/hwui/Snapshot.h
@@ -213,7 +213,8 @@ public:
Layer* layer;
/**
- * Only set when the flag kFlagIsFboLayer is set.
+ * Target FBO used for rendering. Set to 0 when rendering directly
+ * into the framebuffer.
*/
GLuint fbo;