nw::gfx::RenderContext::ResetState Member Function

Syntax

void ResetState(
     s32 resetStateMode,
     s32 hashMask
);

Arguments

Name Description
in resetStateMode Specifies the state for conducting reset using ResetStateMode.
in hashMask Mask that represents the hashes to reset.

Return Values

None.

Description

Initializes the rendering environment. We recommended calling this after rendering each frame.


CONFIDENTIAL