|
void | FillSortingKey () |
|
virtual bool | CanBatch (const xiiRenderData &other) const override |
| Returns whether this render data and the other render data can be batched together, e.g. rendered in one draw call. An implementation can assume that the other render data is of the same type as this render data.
|
|
xiiUInt64 | GetFinalSortingKey (Category category, const xiiCamera &camera) const |
| Returns the final sorting for this render data with the given category and camera.
|
|
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.
|
|
◆ CanBatch()
bool xiiLensFlareRenderData::CanBatch |
( |
const xiiRenderData & | other | ) |
const |
|
overridevirtual |
Returns whether this render data and the other render data can be batched together, e.g. rendered in one draw call. An implementation can assume that the other render data is of the same type as this render data.
Reimplemented from xiiRenderData.
The documentation for this class was generated from the following files:
- /home/runner/work/XII/XII/Source/Engine/GraphicsCore/Components/LensFlareComponent.h
- /home/runner/work/XII/XII/Source/Engine/GraphicsCore/Components/Implementation/LensFlareComponent.cpp