![]() |
XII Release 0.1.0
|
Implements rendering of lens flares. More...
#include <LensFlareRenderer.h>
Public Member Functions | |
virtual void | GetSupportedRenderDataTypes (xiiHybridArray< const xiiRTTI *, 8 > &ref_types) const override |
virtual void | GetSupportedRenderDataCategories (xiiHybridArray< xiiRenderData::Category, 8 > &ref_categories) const override |
virtual void | RenderBatch (const xiiRenderViewContext &renderContext, xiiSharedPtr< xiiGALCommandList > pCommandList, const xiiRenderPipelinePass *pPass, const xiiRenderDataBatch &batch) const override |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
Protected Member Functions | |
xiiSharedPtr< xiiGALBuffer > | CreateLensFlareDataBuffer (xiiUInt32 uiBufferSize) const |
void | DeleteLensFlareDataBuffer (xiiSharedPtr< xiiGALBuffer > pBuffer) const |
virtual void | FillLensFlareData (const xiiRenderDataBatch &batch) const |
Protected Attributes | |
xiiShaderResourceHandle | m_hShader |
xiiDynamicArray< xiiPerLensFlareData, xiiAlignedAllocatorWrapper > | m_LensFlareData |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
Implements rendering of lens flares.
|
overridevirtual |
Implements xiiRenderer.
|
overridevirtual |
Implements xiiRenderer.
|
overridevirtual |
Implements xiiRenderer.