![]() |
ezEngine Release 25.08
|
Public Member Functions | |
ezGALShaderCreationDescription (const ezGALShaderCreationDescription &other) | |
Needs to be overwritten as the base class impl can only handle pod types. | |
void | operator= (const ezGALShaderCreationDescription &other) |
Needs to be overwritten as the base class impl can only handle pod types. | |
bool | HasByteCodeForStage (ezGALShaderStage::Enum stage) const |
![]() | |
ezHashableStruct (const ezHashableStruct< ezGALShaderCreationDescription > &other) | |
void | operator= (const ezHashableStruct< ezGALShaderCreationDescription > &other) |
bool | operator== (const ezHashableStruct< ezGALShaderCreationDescription > &other) const |
bool | operator!= (const ezHashableStruct< ezGALShaderCreationDescription > &other) const |
bool | operator< (const ezHashableStruct< ezGALShaderCreationDescription > &other) const |
ezUInt32 | CalculateHash () const |
Calculates the 32 bit hash of the struct and returns it. | |
Public Attributes | |
ezSharedPtr< ezGALShaderByteCode > | m_ByteCodes [ezGALShaderStage::ENUM_COUNT] |