![]() |
Plasma Engine
2.0
|
Implements rendering of a trail particle systems. More...
#include <TrailRenderer.h>

Public Member Functions | |
| virtual void | GetSupportedRenderDataTypes (plHybridArray< const plRTTI *, 8 > &ref_types) const override |
| virtual void | RenderBatch (const plRenderViewContext &renderContext, const plRenderPipelinePass *pPass, const plRenderDataBatch &batch) const override |
Public Member Functions inherited from plParticleRenderer | |
| virtual void | GetSupportedRenderDataCategories (plHybridArray< plRenderData::Category, 8 > &ref_categories) const override |
Public Member Functions inherited from plReflectedClass | |
| virtual const plRTTI * | GetDynamicRTTI () 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 | |
| bool | ConfigureShader (const plParticleTrailRenderData *pRenderData, const plRenderViewContext &renderViewContext) const |
Protected Member Functions inherited from plParticleRenderer | |
| void | CreateParticleDataBuffer (plGALBufferHandle &inout_hBuffer, plUInt32 uiDataTypeSize, plUInt32 uiNumParticlesPerBatch) |
| void | DestroyParticleDataBuffer (plGALBufferHandle &inout_hBuffer) |
| void | BindParticleShader (plRenderContext *pRenderContext, const char *szShader) const |
Protected Attributes | |
| plGALBufferHandle | m_hBaseDataBuffer |
| plGALBufferHandle | m_hTrailDataBuffer |
| plGALBufferHandle | m_hTrailPointsDataBuffer8 |
| plGALBufferHandle | m_hTrailPointsDataBuffer16 |
| plGALBufferHandle | m_hTrailPointsDataBuffer32 |
| plGALBufferHandle | m_hTrailPointsDataBuffer64 |
| plGALBufferHandle | m_hActiveTrailPointsDataBuffer |
Protected Attributes inherited from plParticleRenderer | |
| plShaderResourceHandle | m_hShader |
Static Protected Attributes | |
| static const plUInt32 | s_uiParticlesPerBatch = 512 |
Additional Inherited Members | |
Static Public Member Functions inherited from plNoBase | |
| static const plRTTI * | GetStaticRTTI () |
Implements rendering of a trail particle systems.
|
overridevirtual |
Implements plRenderer.
|
overridevirtual |
Implements plRenderer.