Creates an Allocation with the size specified by the type and no mipmaps
generated by default
Syntax
[Android.Runtime.Register("createTyped", "(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;I)Landroid/renderscript/Allocation;", "")]
public static
Allocation CreateTyped (
RenderScript rs,
Type type, [Android.Runtime.GeneratedEnum]
AllocationUsage usage)
Parameters
- rs
- Context to which the allocation will belong.
- type
- renderscript type describing data layout
- usage
- bit field specifying how the allocation is
utilized
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11