struct
SamplerStateInformation
Information describing a SamplerState.
Public
Constructors
SamplerStateInformation
Fields
AddressMode
Determines how are texture coordinates outside of [0, 1] range handled.
MinFilter
Filtering used when texture is displayed as smaller than its original size.
MagFilter
Filtering used when texture is displayed as larger than its original size.
MipmapBias
Mipmap bias allows you to adjust the mipmap selection calculation.
Negative values force a larger mipmap to be used, and positive values smaller. Units are in values of mip levels, so -1 means use a mipmap one level higher than default.
MipMin
Minimum mip-map level that is allowed to be displayed.
MipMax
Maximum mip-map level that is allowed to be displayed.
Set to FLT_MAX for no limit.
BorderColor
Border color to use when using border addressing mode as specified by .
ComparisonFunc
Function that compares sampled data with existing sampled data.