Plasma Engine  2.0
Loading...
Searching...
No Matches
plProcVertexColorRenderer Class Reference

Implements rendering of meshes with procedural generated vertex colors. More...

#include <ProcVertexColorRenderer.h>

Inheritance diagram for plProcVertexColorRenderer:

Public Member Functions

virtual void GetSupportedRenderDataTypes (plHybridArray< const plRTTI *, 8 > &ref_types) const override
 
- Public Member Functions inherited from plMeshRenderer
virtual void GetSupportedRenderDataCategories (plHybridArray< plRenderData::Category, 8 > &ref_categories) const override
 
virtual void RenderBatch (const plRenderViewContext &renderContext, const plRenderPipelinePass *pPass, const plRenderDataBatch &batch) const override
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const plRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T >
PL_ALWAYS_INLINE bool IsInstanceOf () const
 Returns whether the type of this instance is of the given type or derived from it.
 

Protected Member Functions

virtual void SetAdditionalData (const plRenderViewContext &renderViewContext, const plMeshRenderData *pRenderData) const override
 
virtual void FillPerInstanceData (plArrayPtr< plPerInstanceData > instanceData, const plRenderDataBatch &batch, plUInt32 uiStartIndex, plUInt32 &out_uiFilteredCount) const override
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

Detailed Description

Implements rendering of meshes with procedural generated vertex colors.

Member Function Documentation

◆ FillPerInstanceData()

void plProcVertexColorRenderer::FillPerInstanceData ( plArrayPtr< plPerInstanceData > instanceData,
const plRenderDataBatch & batch,
plUInt32 uiStartIndex,
plUInt32 & out_uiFilteredCount ) const
overrideprotectedvirtual

Reimplemented from plMeshRenderer.

◆ GetSupportedRenderDataTypes()

void plProcVertexColorRenderer::GetSupportedRenderDataTypes ( plHybridArray< const plRTTI *, 8 > & ref_types) const
overridevirtual

Reimplemented from plMeshRenderer.

◆ SetAdditionalData()

void plProcVertexColorRenderer::SetAdditionalData ( const plRenderViewContext & renderViewContext,
const plMeshRenderData * pRenderData ) const
overrideprotectedvirtual

Reimplemented from plMeshRenderer.


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