nw::gfx::SceneContext::TryPushLight Member Function

Syntax

bool TryPushLight(
     Light * light
);

Arguments

Name Description
in light The light.

Return Values

Returns true if added successfully.

Description

Adds a light. Here, the term "light" includes derived classes (i.e., FragmentLight, etc.)


CONFIDENTIAL