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

Callback used when OnResize events occur.

void

Execute (double deltaTime, cauldron::CommandList * pCmdList)
Executes the render module.

Detailed description

Methods

Init

Copied!

virtual void Init (const json& initData)

Rendermodule initialization function. This is where all setup code needs to happen.


OnResize

Copied!

virtual void OnResize (const cauldron::ResolutionInfo & resInfo)

Callback used when OnResize events occur.


Execute

Copied!

virtual void Execute (double deltaTime, cauldron::CommandList * pCmdList)

Executes the render module.