commit | dda5cb5b59ae02ec03001ea12c374413714f3d38 | [log] [tgz] |
---|---|---|
author | Yang Ni <[email protected]> | Tue Oct 27 15:23:17 2015 -0700 |
committer | Yang Ni <[email protected]> | Fri Nov 06 10:53:55 2015 -0800 |
tree | bc1bb89402d520f3e219da7e490f5e51968c7005 | |
parent | 4a21e4dc4274dbf7d3ddad62e2cc1a9f25864a5f [diff] [blame] |
Launch options & multi inputs for single-source RS Bug: 23535985 Also renamed rsParallelFor to rsForEach, and deprecated previous rsForEach. Change-Id: Ibc22bd5e9585a4471b15920ef60fe1fe2312de49
diff --git a/rsRuntime.h b/rsRuntime.h index bcaebcd..9bc05b3 100644 --- a/rsRuntime.h +++ b/rsRuntime.h
@@ -156,7 +156,8 @@ void rsrForEach(Context *, Script *target, uint32_t slot, - Allocation *in, + uint32_t numInputs, + Allocation **in, Allocation *out, const void *usr, uint32_t usrBytes,