![]() |
Public API Reference |
![]() |
Data used by the helper that needs to persist over multiple frames. More...
#include <csplugincommon/rendermanager/autofx_framebuffertex.h>
Public Member Functions | |
void | Initialize (iObjectRegistry *objReg, PostEffectManager *postEffects) |
Initialize helper. | |
PersistentData () | |
Construct helper. | |
void | UpdateNewFrame () |
Do per-frame house keeping - MUST be called every frame/ RenderView() execution. |
Data used by the helper that needs to persist over multiple frames.
Render managers must store an instance of this class and provide it to the helper upon instantiation.
Definition at line 55 of file autofx_framebuffertex.h.
Construct helper.
void CS::RenderManager::AutoFX::FramebufferTex_Base::PersistentData::Initialize | ( | iObjectRegistry * | objReg, |
PostEffectManager * | postEffects | ||
) |
Initialize helper.
Fetches various required values from objects in the object registry and reads configuration settings. Must be called when the RenderManager plugin is initialized. postEffects must be the post effects manager used by the render manager, if any, or 0.
Do per-frame house keeping - MUST be called every frame/ RenderView() execution.