Table of Contents

Class SamplerStateFactory

Namespace
Stride.Graphics
Assembly
Stride.Graphics.dll

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

SamplerState

AnisotropicWrap

Default state for anisotropic filtering with texture coordinate wrapping.

public readonly SamplerState AnisotropicWrap

Field Value

SamplerState

LinearClamp

Default state for linear filtering with texture coordinate clamping.

public readonly SamplerState LinearClamp

Field Value

SamplerState

LinearWrap

Default state for linear filtering with texture coordinate wrapping.

public readonly SamplerState LinearWrap

Field Value

SamplerState

PointClamp

Default state for point filtering with texture coordinate clamping.

public readonly SamplerState PointClamp

Field Value

SamplerState

PointWrap

Default state for point filtering with texture coordinate wrapping.

public readonly SamplerState PointWrap

Field Value

SamplerState