directx-d v0.14.1 (2022-11-15T10:12:44Z)
Dub
Repo
D3D11_RENDER_TARGET_BLEND_DESC1
directx
d3d11_1
Undocumented in source.
version(Windows)
struct
D3D11_RENDER_TARGET_BLEND_DESC1 {
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
;
}
Members
Variables
BlendEnable
BOOL
BlendEnable
;
Undocumented in source.
BlendOp
D3D11_BLEND_OP
BlendOp
;
Undocumented in source.
BlendOpAlpha
D3D11_BLEND_OP
BlendOpAlpha
;
Undocumented in source.
DestBlend
D3D11_BLEND
DestBlend
;
Undocumented in source.
DestBlendAlpha
D3D11_BLEND
DestBlendAlpha
;
Undocumented in source.
LogicOp
D3D11_LOGIC_OP
LogicOp
;
Undocumented in source.
LogicOpEnable
BOOL
LogicOpEnable
;
Undocumented in source.
RenderTargetWriteMask
UINT8
RenderTargetWriteMask
;
Undocumented in source.
SrcBlend
D3D11_BLEND
SrcBlend
;
Undocumented in source.
SrcBlendAlpha
D3D11_BLEND
SrcBlendAlpha
;
Undocumented in source.
Meta
Source
See Implementation
directx
d3d11_1
aliases
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_FLAG
D3D11_COPY_FLAGS
D3D11_LOGIC_OP
enums
D3D11_1_CREATE_DEVICE_CONTEXT_STATE_SINGLETHREADED
D3D11_COPY_NO_OVERWRITE
D3D11_LOGIC_OP_CLEAR
interfaces
ID3D11BlendState1
ID3D11Device1
ID3D11DeviceContext1
ID3D11RasterizerState1
ID3DDeviceContextState
ID3DUserDefinedAnnotation
structs
D3D11_BLEND_DESC1
D3D11_RASTERIZER_DESC1
D3D11_RENDER_TARGET_BLEND_DESC1