Android.Renderscripts.Sampler Members

The members of Android.Renderscripts.Sampler are listed below.

See Also: Inherited members from Android.Renderscripts.BaseObj

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
CLAMP_LINEAR(RenderScript) : Sampler
Retrieve a sampler with min and mag set to linear and wrap modes set to clamp.
static
CLAMP_LINEAR_MIP_LINEAR(RenderScript) : Sampler
Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to clamp.
static
CLAMP_NEAREST(RenderScript) : Sampler
Retrieve a sampler with min and mag set to nearest and wrap modes set to clamp.
override
Destroy()
Documentation for this section has not yet been entered.
static
MIRRORED_REPEAT_LINEAR(RenderScript) : Sampler
Retrieve a sampler with min and mag set to linear and wrap modes set to mirrored repeat.
static
MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript) : Sampler
Retrieve a sampler with min and mag set to linear and wrap modes set to mirrored repeat.
static
MIRRORED_REPEAT_NEAREST(RenderScript) : Sampler
Retrieve a sampler with min and mag set to nearest and wrap modes set to mirrored repeat.
override
SetName(string)
Documentation for this section has not yet been entered.
static
WRAP_LINEAR(RenderScript) : Sampler
Retrieve a sampler with min and mag set to linear and wrap modes set to wrap.
static
WRAP_LINEAR_MIP_LINEAR(RenderScript) : Sampler
Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to wrap.
static
WRAP_NEAREST(RenderScript) : Sampler
Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap.