ReactOS 0.4.17-dev-934-g091855f
D3D12_RASTERIZER_DESC Struct Reference
Collaboration diagram for D3D12_RASTERIZER_DESC:

Public Attributes

D3D12_FILL_MODE FillMode
 
D3D12_CULL_MODE CullMode
 
BOOL FrontCounterClockwise
 
INT DepthBias
 
FLOAT DepthBiasClamp
 
FLOAT SlopeScaledDepthBias
 
BOOL DepthClipEnable
 
BOOL MultisampleEnable
 
BOOL AntialiasedLineEnable
 
UINT ForcedSampleCount
 
D3D12_CONSERVATIVE_RASTERIZATION_MODE ConservativeRaster
 

Detailed Description

Definition at line 2001 of file d3d12.idl.

Member Data Documentation

◆ AntialiasedLineEnable

BOOL D3D12_RASTERIZER_DESC::AntialiasedLineEnable

Definition at line 2011 of file d3d12.idl.

◆ ConservativeRaster

D3D12_CONSERVATIVE_RASTERIZATION_MODE D3D12_RASTERIZER_DESC::ConservativeRaster

Definition at line 2013 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ CullMode

D3D12_CULL_MODE D3D12_RASTERIZER_DESC::CullMode

Definition at line 2004 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ DepthBias

INT D3D12_RASTERIZER_DESC::DepthBias

Definition at line 2006 of file d3d12.idl.

◆ DepthBiasClamp

FLOAT D3D12_RASTERIZER_DESC::DepthBiasClamp

Definition at line 2007 of file d3d12.idl.

◆ DepthClipEnable

BOOL D3D12_RASTERIZER_DESC::DepthClipEnable

Definition at line 2009 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ FillMode

D3D12_FILL_MODE D3D12_RASTERIZER_DESC::FillMode

Definition at line 2003 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ ForcedSampleCount

UINT D3D12_RASTERIZER_DESC::ForcedSampleCount

Definition at line 2012 of file d3d12.idl.

◆ FrontCounterClockwise

BOOL D3D12_RASTERIZER_DESC::FrontCounterClockwise

Definition at line 2005 of file d3d12.idl.

◆ MultisampleEnable

BOOL D3D12_RASTERIZER_DESC::MultisampleEnable

Definition at line 2010 of file d3d12.idl.

◆ SlopeScaledDepthBias

FLOAT D3D12_RASTERIZER_DESC::SlopeScaledDepthBias

Definition at line 2008 of file d3d12.idl.


The documentation for this struct was generated from the following file: