![]() |
Plasma Engine
2.0
|
Public Attributes | |
plGALRenderTargetBlendDescription | m_RenderTargetBlendDescriptions [PL_GAL_MAX_RENDERTARGET_COUNT] |
bool | m_bAlphaToCoverage = false |
Alpha-to-coverage can only be used with MSAA render targets. Default is false. | |
bool | m_bIndependentBlend = false |
Additional Inherited Members | |
![]() | |
plHashableStruct (const plHashableStruct< plGALBlendStateCreationDescription > &other) | |
void | operator= (const plHashableStruct< plGALBlendStateCreationDescription > &other) |
plUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
bool plGALBlendStateCreationDescription::m_bIndependentBlend = false |
If disabled, the blend state of the first render target is used for all render targets. Otherwise each render target uses a different blend state.