RetroArch
Public Attributes | List of all members
D3D11_RENDER_TARGET_BLEND_DESC Struct Reference

#include <d3d11.h>

Public Attributes

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

Member Data Documentation

◆ BlendEnable

BOOL D3D11_RENDER_TARGET_BLEND_DESC::BlendEnable

◆ BlendOp

D3D11_BLEND_OP D3D11_RENDER_TARGET_BLEND_DESC::BlendOp

◆ BlendOpAlpha

D3D11_BLEND_OP D3D11_RENDER_TARGET_BLEND_DESC::BlendOpAlpha

◆ DestBlend

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC::DestBlend

◆ DestBlendAlpha

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC::DestBlendAlpha

◆ RenderTargetWriteMask

UINT8 D3D11_RENDER_TARGET_BLEND_DESC::RenderTargetWriteMask

◆ SrcBlend

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC::SrcBlend

◆ SrcBlendAlpha

D3D11_BLEND D3D11_RENDER_TARGET_BLEND_DESC::SrcBlendAlpha

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