Class SamplerStateFactory
Base factory for SamplerState.
public class SamplerStateFactory : GraphicsResourceFactoryBase, IDisposable, IComponent, IReferencable, ICollectorHolder
- Inheritance
-
SamplerStateFactory
- Implements
- Inherited Members
- Extension Methods
Fields
AnisotropicClamp
Default state for anisotropic filtering with texture coordinate clamping.
public readonly SamplerState AnisotropicClamp
Field Value
AnisotropicWrap
Default state for anisotropic filtering with texture coordinate wrapping.
public readonly SamplerState AnisotropicWrap
Field Value
LinearClamp
Default state for linear filtering with texture coordinate clamping.
public readonly SamplerState LinearClamp
Field Value
LinearWrap
Default state for linear filtering with texture coordinate wrapping.
public readonly SamplerState LinearWrap
Field Value
PointClamp
Default state for point filtering with texture coordinate clamping.
public readonly SamplerState PointClamp
Field Value
PointWrap
Default state for point filtering with texture coordinate wrapping.
public readonly SamplerState PointWrap