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

Public Attributes

D3D11_FILL_MODE FillMode
 
D3D11_CULL_MODE CullMode
 
BOOL FrontCounterClockwise
 
INT DepthBias
 
FLOAT DepthBiasClamp
 
FLOAT SlopeScaledDepthBias
 
BOOL DepthClipEnable
 
BOOL ScissorEnable
 
BOOL MultisampleEnable
 
BOOL AntialiasedLineEnable
 

Detailed Description

Definition at line 1076 of file d3d11.idl.

Member Data Documentation

◆ AntialiasedLineEnable

BOOL D3D11_RASTERIZER_DESC::AntialiasedLineEnable

Definition at line 1087 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ CullMode

D3D11_CULL_MODE D3D11_RASTERIZER_DESC::CullMode

Definition at line 1079 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ DepthBias

INT D3D11_RASTERIZER_DESC::DepthBias

Definition at line 1081 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ DepthBiasClamp

FLOAT D3D11_RASTERIZER_DESC::DepthBiasClamp

Definition at line 1082 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ DepthClipEnable

BOOL D3D11_RASTERIZER_DESC::DepthClipEnable

Definition at line 1084 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ FillMode

D3D11_FILL_MODE D3D11_RASTERIZER_DESC::FillMode

Definition at line 1078 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ FrontCounterClockwise

BOOL D3D11_RASTERIZER_DESC::FrontCounterClockwise

Definition at line 1080 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ MultisampleEnable

BOOL D3D11_RASTERIZER_DESC::MultisampleEnable

Definition at line 1086 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ ScissorEnable

BOOL D3D11_RASTERIZER_DESC::ScissorEnable

Definition at line 1085 of file d3d11.idl.

Referenced by d2d_device_context_init().

◆ SlopeScaledDepthBias

FLOAT D3D11_RASTERIZER_DESC::SlopeScaledDepthBias

Definition at line 1083 of file d3d11.idl.

Referenced by d2d_device_context_init().


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