ezEngine Release 25.08
Loading...
Searching...
No Matches
ezCustomMeshRenderer Class Reference

A renderer that handles all ezCustomMeshRenderData. More...

#include <CustomMeshComponent.h>

Inheritance diagram for ezCustomMeshRenderer:

Public Member Functions

virtual void GetSupportedRenderDataCategories (ezHybridArray< ezRenderData::Category, 8 > &ref_categories) const override
 
virtual void GetSupportedRenderDataTypes (ezHybridArray< const ezRTTI *, 8 > &ref_types) const override
 
virtual void RenderBatch (const ezRenderViewContext &renderContext, const ezRenderPipelinePass *pPass, const ezRenderDataBatch &batch) const override
 
- Public Member Functions inherited from ezReflectedClass
virtual const ezRTTIGetDynamicRTTI () 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 Public Member Functions inherited from ezNoBase
static const ezRTTIGetStaticRTTI ()
 

Detailed Description

A renderer that handles all ezCustomMeshRenderData.

Member Function Documentation

◆ GetSupportedRenderDataCategories()

void ezCustomMeshRenderer::GetSupportedRenderDataCategories ( ezHybridArray< ezRenderData::Category, 8 > &  ref_categories) const
overridevirtual

Implements ezRenderer.

◆ GetSupportedRenderDataTypes()

void ezCustomMeshRenderer::GetSupportedRenderDataTypes ( ezHybridArray< const ezRTTI *, 8 > &  ref_types) const
overridevirtual

Implements ezRenderer.

◆ RenderBatch()

void ezCustomMeshRenderer::RenderBatch ( const ezRenderViewContext renderContext,
const ezRenderPipelinePass pPass,
const ezRenderDataBatch batch 
) const
overridevirtual

Implements ezRenderer.


The documentation for this class was generated from the following files: