Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

D3D11_CONSERVATIVE_RASTERIZATION_MODE enumeration

Identifies whether conservative rasterization is on or off.

Syntax


typedef enum D3D11_CONSERVATIVE_RASTERIZATION_MODE { 
  D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF  = 0,
  D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON   = 1
} D3D11_CONSERVATIVE_RASTERIZATION_MODE;

Constants

D3D11_CONSERVATIVE_RASTERIZATION_MODE_OFF

Conservative rasterization is off.

D3D11_CONSERVATIVE_RASTERIZATION_MODE_ON

Conservative rasterization is on.

Requirements

Header

D3D11_3.h

See also

Core Enumerations

 

 

Show:
© 2017 Microsoft