[]
ID3D11SamplerState
[Guid("da6fea51-564c-4487-9810-f0d0f9b4e3a5")]
public class SamplerState : DeviceChild, IDisposable, IUnknown
| Name | Description |
|---|---|
| SamplerState(IntPtr) | Initializes a new instance of the SamplerState class. |
| Name | Description |
|---|---|
| Description | GetDescription |
| Name | Description |
|---|---|
| Create(Device, SamplerStateDescription) | Constructs a new SamplerState based on the specified description. |
| GetDescription(out SamplerStateDescription) | void ID3D11SamplerState::GetDesc([Out] D3D11_SAMPLER_DESC* pDesc) |
| Name | Description |
|---|---|
| explicit operator SamplerState(IntPtr) | Performs an explicit conversion from IntPtr to SamplerState. |