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

Private Member Functions | |
| virtual void * | UpdateData (const ezRenderViewContext &renderViewContext, const ezExtractedRenderData &extractedData) override |
Additional Inherited Members | |
Public Member Functions inherited from ezFrameDataProvider< ezSimplifiedDataGPU > | |
| ezSimplifiedDataGPU * | 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. | |
Static Public Member Functions inherited from ezNoBase | |
| static const ezRTTI * | GetStaticRTTI () |
Protected Member Functions inherited from ezFrameDataProviderBase | |
| void * | GetData (const ezRenderViewContext &renderViewContext) |
| Returns the cached frame data, updating it if necessary. | |
Provides minimal GPU lighting data each frame.
Uploads basic lighting information from ezSimplifiedDataCPU to GPU buffers. Used as a lighter-weight alternative to ezClusteredDataProvider.
|
overrideprivatevirtual |
Derived classes implement this to create or update frame data.
Called once per frame when the data is first requested. Returns a pointer to the data.
Implements ezFrameDataProviderBase.