![]() |
ezEngine Release 26.3
|
#include <FrameDataProvider.h>

Public Member Functions | |
| T * | GetData (const ezRenderViewContext &renderViewContext) |
Public Member Functions inherited from ezReflectedClass | |
| virtual const ezRTTI * | GetDynamicRTTI () 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 ezRTTI * | GetStaticRTTI () |
Protected Member Functions inherited from ezFrameDataProviderBase | |
| virtual void * | UpdateData (const ezRenderViewContext &renderViewContext, const ezExtractedRenderData &extractedData)=0 |
| void * | GetData (const ezRenderViewContext &renderViewContext) |
| Returns the cached frame data, updating it if necessary. | |
Typed frame data provider template.
Simplifies creating frame data providers by providing type-safe access to the data.