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