DirectX11SamplerState

Description

sealed class Tinman.AddOns.DirectX11.Effects.DirectX11SamplerState

Full source code is included in the Tinman 3D SDK download.

The fields correspond to D3D11_SAMPLER_DESC.

Public / Constructors

Direct­X11Sampler­State


public constructor DirectX11SamplerState → ()

Creates a new instance of DirectX11SamplerState.

Public / Attributes

Address­U


public attribute AddressU → (int32)

The D3D11_TEXTURE_ADDRESS_MODE value.

Address­V


public attribute AddressV → (int32)

The D3D11_TEXTURE_ADDRESS_MODE value.

Address­W


public attribute AddressW → (int32)

The D3D11_TEXTURE_ADDRESS_MODE value.

Border­Color


public attribute BorderColor → (int64)

The value.

Comparison­Func


public attribute ComparisonFunc → (int32)

The D3D11_COMPARISON_FUNC value.

Filter


public attribute Filter → (int32)

The D3D11_FILTER value.

Max­Anisotropy


public attribute MaxAnisotropy → (int32)

The value.

Max­LOD


public attribute MaxLOD → (float32)

The value.

Min­LOD


public attribute MinLOD → (float32)

The value.

Mip­LODBias


public attribute MipLODBias → (float32)

The value.