Add API entry points for clipped kernels and fix Z-dimension clipping.
Change-Id: I43074cb8556d9b28d3e549930f5ac68387f8d823
diff --git a/cpp/Script.cpp b/cpp/Script.cpp
index 09d541d..0f87adb 100644
--- a/cpp/Script.cpp
+++ b/cpp/Script.cpp
@@ -33,7 +33,7 @@
}
void *in_id = BaseObj::getObjID(ain);
void *out_id = BaseObj::getObjID(aout);
- rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen);
+ rsScriptForEach(mRS->getContext(), getID(), slot, in_id, out_id, usr, usrLen, NULL, 0);
}