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

Syntax

[Android.Runtime.Register("WRAP_LINEAR_MIP_LINEAR", "(Landroid/renderscript/RenderScript;)Landroid/renderscript/Sampler;", "")]
public static Sampler WRAP_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 wrap.

[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