commit | a09a6e145b778861f7abee86ce17e59507ed221e | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Wed Jan 06 11:57:52 2010 -0800 |
committer | Jason Sams <rjsams@android.com> | Wed Jan 06 12:01:51 2010 -0800 |
tree | 15221ba7d657a5a75ec3f6ae2804c1b79a07a969 | |
parent | 432bff01ec67533dbbb6ed27cb190c99e83ea226 [diff] [blame] |
More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index 8c63d82..dcb988c 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h
@@ -59,6 +59,9 @@ // Hacks to create a program for now bool mTextureMatrixEnable; + +private: + void initAddUserAttrib(const Element *e); };