Android.Renderscripts.Sampler.CLAMP_LINEAR_MIP_LINEAR Method
Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to clamp.

Syntax

[Android.Runtime.Register("CLAMP_LINEAR_MIP_LINEAR", "(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;", "")]
public static Sampler CLAMP_LINEAR_MIP_LINEAR (RenderScript rs)

Parameters

rs
Context to which the sampler will belong.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to clamp.

[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