commit | ce9adcce02ef528cf5a65c3650099aa54ebb712a | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Dec 16 14:13:06 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Wed Dec 16 14:13:06 2009 -0800 |
tree | 0f7a423d186d588d0324ed6c9c5b7524e06bac44 | |
parent | 5dad8b4d1fda37b7b4763ef7361c5eb92131cb7e [diff] [blame] |
Fix emulated glColor in es2 mode.
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 @@ ObjectBaseRef<Type> mAllocType; + float color[4]; };