![]() |
ezEngine Release 25.08
|

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 | |
Public Member Functions inherited from ezHashableStruct< ezGALBlendStateCreationDescription > | |
| ezHashableStruct (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) | |
| void | operator= (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) |
| bool | operator== (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) const |
| bool | operator!= (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) const |
| bool | operator< (const ezHashableStruct< ezGALBlendStateCreationDescription > &other) const |
| 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.