Android.Renderscripts.Sampler: Method Members

The methods of Android.Renderscripts.Sampler are listed below. For a list of all members, see the Sampler Members list.

See Also: Inherited members from Android.Renderscripts.BaseObj

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.