diff options
| author | Jason Sams <rjsams@android.com> | 2010-01-12 12:12:28 -0800 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-01-12 12:12:28 -0800 |
| commit | ea87e96959895ef94cc3aa9576f41a660d2bbf03 (patch) | |
| tree | 651c5131fada7c1a2ab55c71e3d6b71901f0832c /libs/rs/rsProgramVertex.h | |
| parent | 917cd4fcda61c63429d73639284f34bb85c97f37 (diff) | |
| download | frameworks_base-ea87e96959895ef94cc3aa9576f41a660d2bbf03.zip frameworks_base-ea87e96959895ef94cc3aa9576f41a660d2bbf03.tar.gz frameworks_base-ea87e96959895ef94cc3aa9576f41a660d2bbf03.tar.bz2 | |
Implement type generation for user uniforms in vertex shader.
Diffstat (limited to 'libs/rs/rsProgramVertex.h')
| -rw-r--r-- | libs/rs/rsProgramVertex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index dcb988c..28554cc 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h @@ -61,7 +61,7 @@ protected: bool mTextureMatrixEnable; private: - void initAddUserAttrib(const Element *e); + void initAddUserElement(const Element *e, String8 *names, uint32_t *count, const char *prefix); }; |
