class SSSRRenderModule
File location: samples/sssr/sssrrendermodule.h
Construction
Return type |
Description |
---|---|
SSSRRenderModule ()
|
Methods
Return type |
Description |
---|---|
void |
Init (const json& initData)
Rendermodule initialization function. This is where all setup code needs to happen.
|
void |
InitUI ()
|
void |
OnResize (const cauldron::ResolutionInfo & resInfo)
Callback used when OnResize events occur.
|
void |
Execute (double deltaTime, cauldron::CommandList * pCmdList)
Executes the render module.
|
Detailed description
Methods
Init
Rendermodule initialization function. This is where all setup code needs to happen.
OnResize
virtual void OnResize (const cauldron::ResolutionInfo & resInfo)
Callback used when OnResize events occur.
Execute
virtual void Execute (double deltaTime, cauldron::CommandList * pCmdList)
Executes the render module.