Struct RendererAPI::BlendStateDesc#
Defined in File RendererAPI.h
Nested Relationships#
This struct is a nested type of Class RendererAPI.
Struct Documentation#
-
struct BlendStateDesc#
Description of a blend state.
Public Members
-
std::array<BlendConstant, 8> SrcFactors = {}#
-
std::array<BlendConstant, 8> DstFactors = {}#
-
std::array<BlendConstant, 8> SrcAlphaFactors = {}#
-
std::array<BlendConstant, 8> DstAlphaFactors = {}#
-
BlendStateTargets RenderTargetMask = {}#
-
bool IndependentBlend = {}#
-
std::array<BlendConstant, 8> SrcFactors = {}#