class AnimatedTexturesRenderModule

File location: framework/rendermodules/animatedtextures/animatedtexturesrendermodule.h

Construction

Return type

Description

AnimatedTexturesRenderModule ()

Methods

Return type

Description

void

Init (const json& initData)
Rendermodule initialization function. This is where all setup code needs to happen.

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.


Execute

Copied!

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

Executes the render module.