Enum SamplerStateEnum
The sampler state default values.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum SamplerStateEnum
  Fields
| Name | Description | 
|---|---|
| AnisotropicClamp | SamplerState description using anisotropic filter and clamp address mode for UVW.  | 
      
| AnisotropicMirror | SamplerState description using anisotropic filter and mirror address mode for UVW.  | 
      
| AnisotropicWrap | SamplerState description using anisotropic filter and wrap address mode for UVW.  | 
      
| Custom | Custom value  | 
      
| LinearClamp | SamplerState description using linear filter (trilinear) and clamp address mode for UVW.  | 
      
| LinearMirror | SamplerState description using linear filter (trilinear) and mirror address mode for UVW.  | 
      
| LinearWrap | SamplerState description using linear filter (trilinear) and wrap address mode for UVW.  | 
      
| PointClamp | SamplerState description using point filter (bilinear) and clamp address mode for UVW.  | 
      
| PointMirror | SamplerState description using point filter (bilinear) and mirror address mode for UVW.  | 
      
| PointWrap | SamplerState description using point filter (bilinear) and wrap address mode for UVW.  |