Class D3D11RasterizerState
The rasterizer-state interface holds a description for rasterizer state that you can bind to the rasterizer stage.
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11RasterizerState : D3D11DeviceChild, IDisposable
Constructors
| Edit this page View SourceD3D11RasterizerState(nint)
Initializes a new instance of the D3D11RasterizerState class.
Declaration
public D3D11RasterizerState(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11RasterizerStateGuid
The interface GUID.
Declaration
public static readonly Guid D3D11RasterizerStateGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Properties
| Edit this page View SourceDescription
Gets the description for rasterizer state that you used to create the rasterizer-state object.
Declaration
public D3D11RasterizerDesc Description { get; }
Property Value
| Type | Description |
|---|---|
| D3D11RasterizerDesc |