diff options
| author | Jason Sams <rjsams@android.com> | 2009-12-16 14:13:06 -0800 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2009-12-16 14:13:06 -0800 |
| commit | ce9adcce02ef528cf5a65c3650099aa54ebb712a (patch) | |
| tree | 0f7a423d186d588d0324ed6c9c5b7524e06bac44 /libs/rs/rsProgramVertex.h | |
| parent | 5dad8b4d1fda37b7b4763ef7361c5eb92131cb7e (diff) | |
| download | frameworks_base-ce9adcce02ef528cf5a65c3650099aa54ebb712a.zip frameworks_base-ce9adcce02ef528cf5a65c3650099aa54ebb712a.tar.gz frameworks_base-ce9adcce02ef528cf5a65c3650099aa54ebb712a.tar.bz2 | |
Fix emulated glColor in es2 mode.
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
| -rw-r--r-- | libs/rs/rsProgramVertex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index 4748acc..8c63d82 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h @@ -79,6 +79,7 @@ public: ObjectBaseRef<Type> mAllocType; + float color[4]; }; |
