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