The members of Android.Renderscripts.Sampler are listed below.
See Also: Inherited members from Android.Renderscripts.BaseObj
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Anisotropy | float. |
[read-only] | Magnification | Sampler.Value. |
[read-only] | Minification | Sampler.Value. |
[read-only] | WrapS | Sampler.Value. |
[read-only] | WrapT | Sampler.Value. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | CLAMP_LINEAR(RenderScript)Retrieve a sampler with min and mag set to linear and wrap modes set to clamp. | |
static | CLAMP_LINEAR_MIP_LINEAR(RenderScript)Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to clamp. | |
static | CLAMP_NEAREST(RenderScript)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)Retrieve a sampler with min and mag set to linear and wrap modes set to mirrored repeat. | |
static | MIRRORED_REPEAT_LINEAR_MIP_LINEAR(RenderScript)Retrieve a sampler with min and mag set to linear and wrap modes set to mirrored repeat. | |
static | MIRRORED_REPEAT_NEAREST(RenderScript)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)Retrieve a sampler with min and mag set to linear and wrap modes set to wrap. | |
static | WRAP_LINEAR_MIP_LINEAR(RenderScript)Retrieve a sampler with mag set to linear, min linear mipmap linear, and wrap modes set to wrap. | |
static | WRAP_NEAREST(RenderScript)Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap. |