ezEngine Release 26.3
Loading...
Searching...
No Matches
ezFrameDataProvider< T > Class Template Reference

#include <FrameDataProvider.h>

Inheritance diagram for ezFrameDataProvider< T >:

Public Member Functions

T * GetData (const ezRenderViewContext &renderViewContext)
 
- Public Member Functions inherited from ezReflectedClass
virtual const ezRTTIGetDynamicRTTI () 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 ezRTTIGetStaticRTTI ()
 
- 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.
 

Detailed Description

template<typename T>
class ezFrameDataProvider< T >

Typed frame data provider template.

Simplifies creating frame data providers by providing type-safe access to the data.


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