ScriptGroup.SetOutput(Script+KernelID, Allocation) 方法

定义

设置 ScriptGroup 的输出。

[Android.Runtime.Register("setOutput", "(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Allocation;)V", "")]
public void SetOutput(Android.Renderscripts.Script.KernelID? s, Android.Renderscripts.Allocation? a);
[<Android.Runtime.Register("setOutput", "(Landroid/renderscript/Script$KernelID;Landroid/renderscript/Allocation;)V", "")>]
member this.SetOutput : Android.Renderscripts.Script.KernelID * Android.Renderscripts.Allocation -> unit

参数

s
Script.KernelID

应在其中连接分配的内核的 ID。

a
Allocation

要连接的分配。

属性

注解

Java文档android.renderscript.ScriptGroup.setOutput(android.renderscript.KernelID, android.renderscript.Allocation)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于