nn::gd::CTR::SamplerStateDescription Classclass SamplerStateDescription
The descriptor when creating sampler states.
m_MinFilter
|
The MIN filter. |
|
|---|---|---|
m_MagFilter
|
The Mag filter. |
|
m_WrapS
|
WrapS mode. |
|
m_WrapT
|
WrapT mode. |
|
m_BorderColor
|
The border color. | |
m_LodBias
|
The LOD bias. | |
m_MinLod
|
The minimum LOD level. | |
m_MaxLod
|
The maximum LOD level. |
SetMinFilter
|
Sets the Min filter for m_MinFilter. |
|
|---|---|---|
SetMagFilter
|
Sets the Mag filter for m_MagFilter. |
|
SetWrapS
|
Sets the WrapS mode for m_WrapS. |
|
SetWrapT
|
Sets the WrapT mode for m_WrapT. |
|
SetBorderColor
|
Sets a border color in m_BorderColor[4]. Specify values in the range from 0 to 255. |
|
SetLodBias
|
Sets the LOD bias in m_LodBias. |
|
SetMinLod
|
Sets the minimum LOD level in m_MinLod. |
|
SetMaxLod
|
Sets the maximum LOD level in m_MaxLod. |
|
ToDefault
|
Sets to the default value. | |
SetShadow
|
Set for shadow textures. | |
SetShadowCube
|
Set for shadow cube textures. | |
SetGas
|
Set for gas textures. |
CONFIDENTIAL