Android.Renderscripts.Allocation.CreateTyped Method
Creates an Allocation for use by scripts with a given Android.Renderscripts.Type and no mipmaps

Syntax

[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;", "")]
public static Allocation CreateTyped (RenderScript rs, Type type)

Parameters

rs
Context to which the Allocation will belong.
type
RenderScript Type describing data layout

Returns

Documentation for this section has not yet been entered.

Remarks

Creates an Allocation for use by scripts with a given Android.Renderscripts.Type and no mipmaps

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11