summaryrefslogtreecommitdiff
path: root/rsProgramVertex.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-12-16 14:13:06 -0800
committerJason Sams <rjsams@android.com>2009-12-16 14:13:06 -0800
commite9ed6cc76bbff93f681cf4a72d9cfc2bc2d00ae9 (patch)
treecfa028b4a07a5d9a5e2b4078a9b73c98659e2d00 /rsProgramVertex.h
parentcd50653f99c960e1a47c2c30e53b369b8805344a (diff)
downloadrs-e9ed6cc76bbff93f681cf4a72d9cfc2bc2d00ae9.tar.gz
Fix emulated glColor in es2 mode.
Diffstat (limited to 'rsProgramVertex.h')
-rw-r--r--rsProgramVertex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsProgramVertex.h b/rsProgramVertex.h
index 4748acc9..8c63d826 100644
--- a/rsProgramVertex.h
+++ b/rsProgramVertex.h
@@ -79,6 +79,7 @@ public:
ObjectBaseRef<Type> mAllocType;
+ float color[4];
};