DirectX11SamplerState
Description
Full source code is included in the Tinman 3D SDK download. |
The fields correspond to D3D11_SAMPLER_DESC
.
The following default values are used:
AddressU = DirectX11State.TEXTURE_ADDRESS_CLAMP
AddressV = DirectX11State.TEXTURE_ADDRESS_CLAMP
AddressW = DirectX11State.TEXTURE_ADDRESS_CLAMP
BorderColor = Colors.White
ComparisonFunc = DirectX11State.COMPARISON_NEVER
Filter = DirectX11State.FILTER_MIN_MAG_MIP_LINEAR
MaxAnisotropy = 1
MaxLOD = Maths.MaxFloat
MinLOD = -Maths.MaxFloat
MipLODBias = 0.0f