Freigeben über


ScriptGroup.Builder.AddKernel(Script+KernelID) Method

Definition

Adds a Kernel to the group.

[Android.Runtime.Register("addKernel", "(Landroid/renderscript/Script$KernelID;)Landroid/renderscript/ScriptGroup$Builder;", "")]
public Android.Renderscripts.ScriptGroup.Builder? AddKernel (Android.Renderscripts.Script.KernelID? k);
[<Android.Runtime.Register("addKernel", "(Landroid/renderscript/Script$KernelID;)Landroid/renderscript/ScriptGroup$Builder;", "")>]
member this.AddKernel : Android.Renderscripts.Script.KernelID -> Android.Renderscripts.ScriptGroup.Builder

Parameters

k
Script.KernelID

The kernel to add.

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to