commit | 2ab95d780b023152556d9f8659de734ec7b55047 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Fri Feb 06 15:25:51 2015 -0800 |
committer | Chris Craik <ccraik@google.com> | Mon Feb 09 11:04:31 2015 -0800 |
tree | 9739704a8a0a8f16b59d1f04af4a3022b02a1998 | |
parent | 92b2fe5d0d9781d57f3a2520eecc83682e9aa8ed [diff] [blame] |
Glop support for indexed quads bug:19014311 Change-Id: If35a873421b41cc4508b0d8ac1b4d900c9bb3717
diff --git a/libs/hwui/Glop.h b/libs/hwui/Glop.h index 9150869..e2adff8 100644 --- a/libs/hwui/Glop.h +++ b/libs/hwui/Glop.h
@@ -65,7 +65,7 @@ * Stores mesh - vertex and index data. * * buffer objects and void*s are mutually exclusive - * indices are optional + * indices are optional, currently only GL_UNSIGNED_SHORT supported */ struct Mesh { VertexAttribFlags vertexFlags;