Share via


ScriptGroup.SetInput(Script+KernelID, Allocation) メソッド

定義

ScriptGroup の入力を設定します。

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

パラメーター

s
Script.KernelID

割り当てを接続する必要があるカーネルの ID。

a
Allocation

接続する割り当て。

属性

注釈

android.renderscript.ScriptGroup.setInput(android.renderscript.KernelID, android.renderscript.Allocation)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象