summaryrefslogtreecommitdiff
path: root/libs/hwui/Program.h
diff options
context:
space:
mode:
author Chris Craik <ccraik@google.com> 2015-02-03 00:00:57 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-02-03 00:00:58 +0000
commit9dfd7bd520ee598b3033a0c47b8b649bd3988c7c (patch)
tree73de6cf28c9296701cb202addfbf51cea6833d62 /libs/hwui/Program.h
parentd8f32ea2dffd3f6a080b4eb55a11c0f1c6d7a3a6 (diff)
parent6c15ffa196fc9b7724c189d833c3435d8db12266 (diff)
Merge "Refactoring of Program ownership/lifecycle, and WIP Glop rendering path"
Diffstat (limited to 'libs/hwui/Program.h')
-rw-r--r--libs/hwui/Program.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h
index d05b331909e2..b63745002158 100644
--- a/libs/hwui/Program.h
+++ b/libs/hwui/Program.h
@@ -366,12 +366,7 @@ public:
void setColor(const float r, const float g, const float b, const float a);
/**
- * Name of the position attribute.
- */
- int position;
-
- /**
- * Name of the texCoords attribute if it exists, -1 otherwise.
+ * Name of the texCoords attribute if it exists (kBindingTexCoords), -1 otherwise.
*/
int texCoords;