Android.Renderscripts.AllocationAdapter.SetLOD Method
Set the active LOD.

Syntax

[Android.Runtime.Register("setLOD", "(I)V", "GetSetLOD_IHandler")]
public virtual void SetLOD (int lod)

Parameters

lod
The LOD to make active.

Remarks

Set the active LOD. The LOD must be within the range for the type being adapted. The base allocation must have mipmaps. Because this changes the dimensions of the adapter the current Y and Z will be reset.

[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