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

Public Attributes

BOOL BlendEnable
 
BOOL LogicOpEnable
 
D3D11_BLEND SrcBlend
 
D3D11_BLEND DestBlend
 
D3D11_BLEND_OP BlendOp
 
D3D11_BLEND SrcBlendAlpha
 
D3D11_BLEND DestBlendAlpha
 
D3D11_BLEND_OP BlendOpAlpha
 
D3D11_LOGIC_OP LogicOp
 
UINT8 RenderTargetWriteMask
 

Detailed Description

Definition at line 80 of file d3d11_1.idl.

Member Data Documentation

◆ BlendEnable

BOOL D3D11_RENDER_TARGET_BLEND_DESC1::BlendEnable

◆ BlendOp

D3D11_BLEND_OP D3D11_RENDER_TARGET_BLEND_DESC1::BlendOp

◆ BlendOpAlpha

D3D11_BLEND_OP D3D11_RENDER_TARGET_BLEND_DESC1::BlendOpAlpha

◆ DestBlend

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC1::DestBlend

◆ DestBlendAlpha

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC1::DestBlendAlpha

◆ LogicOp

D3D11_LOGIC_OP D3D11_RENDER_TARGET_BLEND_DESC1::LogicOp

Definition at line 90 of file d3d11_1.idl.

Referenced by d3d11_device_CreateBlendState(), and d3d_blend_state_create().

◆ LogicOpEnable

BOOL D3D11_RENDER_TARGET_BLEND_DESC1::LogicOpEnable

Definition at line 83 of file d3d11_1.idl.

Referenced by d3d11_device_CreateBlendState(), and d3d_blend_state_create().

◆ RenderTargetWriteMask

UINT8 D3D11_RENDER_TARGET_BLEND_DESC1::RenderTargetWriteMask

◆ SrcBlend

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC1::SrcBlend

◆ SrcBlendAlpha

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC1::SrcBlendAlpha

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