diff options
| author | Jason Sams <jsams@google.com> | 2014-11-11 16:24:36 -0800 |
|---|---|---|
| committer | Jason Sams <jsams@google.com> | 2015-01-12 13:59:36 -0800 |
| commit | c7968a0ac24f05d978616a79a5068b6b16dbbda6 (patch) | |
| tree | 032ad7b1ec55442e279234c018e58e011afe0dfb /rsProgramVertex.cpp | |
| parent | 914cbfc17d08d9b310e042691152152826a15625 (diff) | |
| download | android_frameworks_rs-c7968a0ac24f05d978616a79a5068b6b16dbbda6.tar.gz android_frameworks_rs-c7968a0ac24f05d978616a79a5068b6b16dbbda6.tar.bz2 android_frameworks_rs-c7968a0ac24f05d978616a79a5068b6b16dbbda6.zip | |
Array type and allocation support
Change-Id: Ic09188a8ceb212634b4369eb1ffe42c6f249e3ed
Diffstat (limited to 'rsProgramVertex.cpp')
| -rw-r--r-- | rsProgramVertex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp index baf1fffc..3492f635 100644 --- a/rsProgramVertex.cpp +++ b/rsProgramVertex.cpp @@ -183,7 +183,7 @@ void ProgramVertexState::init(Context *rsc) { const Element *ebe2[] = {f4Elem.get(), f4Elem.get(), f3Elem.get(), f2Elem.get()}; ObjectBaseRef<const Element> attrElem = Element::create(rsc, 4, ebe2, ebn2); - ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0); + ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); const char *shaderString = RS_SHADER_INTERNAL |
