SamplerStatePreset

Description

enum Tinman.Engine.Rendering.SamplerStatePreset

Enumeration of commonly used sampler state blocks.

An implementation of RenderEffect should provide helper methods for applying sampler state values based on the items of this enumeration. Those should be named as SamplerStateApply.

Public / Constants

LinearClamp

public constant LinearClamp → (0:int32)

Linear filter, clamp address mode.

AnisotropicClamp

public constant AnisotropicClamp → (1:int32)

Anisotropic filter, clamp address mode.

LinearWrap

public constant LinearWrap → (2:int32)

Linear filter, wrap address mode.

AnisotropicWrap

public constant AnisotropicWrap → (3:int32)

Anisotropic filter, wrap address mode.