![]() |
ezEngine
Release 25.03
|
Public Member Functions | |
virtual void | GetSupportedPlatforms (ezHybridArray< ezString, 4 > &out_platforms) override |
Returns the platforms that this shader compiler supports. More... | |
![]() | |
virtual ezResult | ModifyShaderSource (ezShaderProgramData &inout_data, ezLogInterface *pLog) override |
virtual ezResult | Compile (ezShaderProgramData &inout_Data, ezLogInterface *pLog) override |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Additional Inherited Members | |
![]() | |
static const ezRTTI * | GetStaticRTTI () |
![]() | |
virtual void | ConfigureDxcArgs (ezDynamicArray< ezStringWChar > &inout_Args) |
virtual bool | AllowCombinedImageSamplers () const |
|
inlineoverridevirtual |
Returns the platforms that this shader compiler supports.
out_platforms | Filled with the platforms this compiler supports. |
Implements ezShaderProgramCompiler.