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

Public Attributes

BOOL BlendEnable
 
BOOL LogicOpEnable
 
D3D12_BLEND SrcBlend
 
D3D12_BLEND DestBlend
 
D3D12_BLEND_OP BlendOp
 
D3D12_BLEND SrcBlendAlpha
 
D3D12_BLEND DestBlendAlpha
 
D3D12_BLEND_OP BlendOpAlpha
 
D3D12_LOGIC_OP LogicOp
 
UINT8 RenderTargetWriteMask
 

Detailed Description

Definition at line 1961 of file d3d12.idl.

Member Data Documentation

◆ BlendEnable

BOOL D3D12_RENDER_TARGET_BLEND_DESC::BlendEnable

Definition at line 1963 of file d3d12.idl.

Referenced by d3d12_pipeline_state_init_graphics().

◆ BlendOp

D3D12_BLEND_OP D3D12_RENDER_TARGET_BLEND_DESC::BlendOp

Definition at line 1967 of file d3d12.idl.

◆ BlendOpAlpha

D3D12_BLEND_OP D3D12_RENDER_TARGET_BLEND_DESC::BlendOpAlpha

Definition at line 1970 of file d3d12.idl.

◆ DestBlend

D3D12_BLEND D3D12_RENDER_TARGET_BLEND_DESC::DestBlend

Definition at line 1966 of file d3d12.idl.

◆ DestBlendAlpha

D3D12_BLEND D3D12_RENDER_TARGET_BLEND_DESC::DestBlendAlpha

Definition at line 1969 of file d3d12.idl.

◆ LogicOp

D3D12_LOGIC_OP D3D12_RENDER_TARGET_BLEND_DESC::LogicOp

Definition at line 1971 of file d3d12.idl.

◆ LogicOpEnable

BOOL D3D12_RENDER_TARGET_BLEND_DESC::LogicOpEnable

Definition at line 1964 of file d3d12.idl.

Referenced by d3d12_pipeline_state_init_graphics().

◆ RenderTargetWriteMask

UINT8 D3D12_RENDER_TARGET_BLEND_DESC::RenderTargetWriteMask

Definition at line 1972 of file d3d12.idl.

Referenced by d3d12_init_pipeline_state_desc().

◆ SrcBlend

D3D12_BLEND D3D12_RENDER_TARGET_BLEND_DESC::SrcBlend

Definition at line 1965 of file d3d12.idl.

◆ SrcBlendAlpha

D3D12_BLEND D3D12_RENDER_TARGET_BLEND_DESC::SrcBlendAlpha

Definition at line 1968 of file d3d12.idl.


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