SamplerStateFactory Class
Namespace: Stride.GraphicsAssembly: Stride.Graphics.dll
Base factory for SamplerState.
public class SamplerStateFactory : GraphicsResourceFactoryBase, IDisposable, IComponent, IReferencable, ICollectorHolder
| Name | Description | |
|---|---|---|
| Fields | ||
| AnisotropicClamp | Default state for anisotropic filtering with texture coordinate clamping. |
|
| AnisotropicWrap | Default state for anisotropic filtering with texture coordinate wrapping. |
|
| LinearClamp | Default state for linear filtering with texture coordinate clamping. |
|
| LinearWrap | Default state for linear filtering with texture coordinate wrapping. |
|
| PointClamp | Default state for point filtering with texture coordinate clamping. |
|
| PointWrap | Default state for point filtering with texture coordinate wrapping. |
|
Fields
AnisotropicClamp
Default state for anisotropic filtering with texture coordinate clamping.
public readonly SamplerState AnisotropicClamp
Field Value
| Type | Description |
|---|---|
| SamplerState |
AnisotropicWrap
Default state for anisotropic filtering with texture coordinate wrapping.
public readonly SamplerState AnisotropicWrap
Field Value
| Type | Description |
|---|---|
| SamplerState |
LinearClamp
Default state for linear filtering with texture coordinate clamping.
public readonly SamplerState LinearClamp
Field Value
| Type | Description |
|---|---|
| SamplerState |
LinearWrap
Default state for linear filtering with texture coordinate wrapping.
public readonly SamplerState LinearWrap
Field Value
| Type | Description |
|---|---|
| SamplerState |
PointClamp
Default state for point filtering with texture coordinate clamping.
public readonly SamplerState PointClamp
Field Value
| Type | Description |
|---|---|
| SamplerState |
PointWrap
Default state for point filtering with texture coordinate wrapping.
public readonly SamplerState PointWrap
Field Value
| Type | Description |
|---|---|
| SamplerState |