Android.Renderscripts.ScriptGroup.SetOutput Method
Sets an output of the ScriptGroup.

Syntax

[Android.Runtime.Register("setOutput", "(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Allocation;)V", "")]
public void SetOutput (Script.KernelID s, Allocation a)

Parameters

s
The ID of the kernel where the allocation should be connected.
a
The allocation to connect.

Remarks

Sets an output of the ScriptGroup. This specifies an Allocation to be used for the kernels that require an output Allocation visible after the ScriptGroup is executed.

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 17