[]
ID3D11RasterizerState
[Guid("9bb4ab81-ab1a-4d8f-b506-fc04200b6ee7")]
public class RasterizerState : DeviceChild, IDisposable, IUnknown
| Name | Description |
|---|---|
| RasterizerState(IntPtr) | Initializes a new instance of the RasterizerState class. |
| Name | Description |
|---|---|
| Description | GetDescription |
| Name | Description |
|---|---|
| Create(Device, RasterizerStateDescription) | Create a rasterizer state object that tells the rasterizer stage how to behave. |
| GetDescription(out RasterizerStateDescription) | void ID3D11RasterizerState::GetDesc([Out] D3D11_RASTERIZER_DESC* pDesc) |
| Name | Description |
|---|---|
| explicit operator RasterizerState(IntPtr) | Performs an explicit conversion from IntPtr to RasterizerState. |