![]() |
ezEngine
Release 25.03
|
Public Attributes | |
ezGALRenderTargetBlendDescription | m_RenderTargetBlendDescriptions [EZ_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 | |
![]() | |
ezHashableStruct (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) | |
void | operator= (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) |
ezUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
bool ezGALBlendStateCreationDescription::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.