Script.BindAllocation(Allocation, Int32) 方法

定义

仅供生成的反射代码使用。

[Android.Runtime.Register("bindAllocation", "(Landroid/renderscript/Allocation;I)V", "GetBindAllocation_Landroid_renderscript_Allocation_IHandler")]
public virtual void BindAllocation (Android.Renderscripts.Allocation? va, int slot);
[<Android.Runtime.Register("bindAllocation", "(Landroid/renderscript/Allocation;I)V", "GetBindAllocation_Landroid_renderscript_Allocation_IHandler")>]
abstract member BindAllocation : Android.Renderscripts.Allocation * int -> unit
override this.BindAllocation : Android.Renderscripts.Allocation * int -> unit

参数

slot
Int32
属性

注解

仅供生成的反射代码使用。

适用于 . 的 android.renderscript.Script.bindAllocation(android.renderscript.Allocation, int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于