Mesh.GetVertexAllocation(Int32) Method

Definition

Caution

deprecated

This member is deprecated.

[Android.Runtime.Register("getVertexAllocation", "(I)Landroid/renderscript/Allocation;", "GetGetVertexAllocation_IHandler")]
[System.Obsolete("deprecated")]
public virtual Android.Renderscripts.Allocation? GetVertexAllocation (int slot);
[<Android.Runtime.Register("getVertexAllocation", "(I)Landroid/renderscript/Allocation;", "GetGetVertexAllocation_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetVertexAllocation : int -> Android.Renderscripts.Allocation
override this.GetVertexAllocation : int -> Android.Renderscripts.Allocation

Parameters

slot
Int32

index in the list of allocations to return

Returns

vertex data allocation at the given index

Attributes

Remarks

This member is deprecated. in API 16

Java documentation for android.renderscript.Mesh.getVertexAllocation(int).

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