summaryrefslogtreecommitdiff
path: root/rsProgramVertex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rsProgramVertex.cpp')
-rw-r--r--rsProgramVertex.cpp2
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