Android.Renderscripts.Allocation.GenerateMipmaps Method
Generate a mipmap chain.

Syntax

[Android.Runtime.Register("generateMipmaps", "()V", "GetGenerateMipmapsHandler")]
public virtual void GenerateMipmaps ()

Remarks

Generate a mipmap chain. This is only valid if the Type of the Allocation includes mipmaps.

This function will generate a complete set of mipmaps from the top level LOD and place them into the script memory space.

If the Allocation is also using other memory spaces, a call to Allocation.SyncAll(int) is required.

[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