nw::gfx::GraphicsDevice::ActivateFragmentLightPosition Member Function

Syntax

static void ActivateFragmentLightPosition(
     s32 index,
     const math::VEC4 & pos
);

Arguments

Name Description
in index The light index to be set.
in pos The light position.

Return Values

None.

Description

Issues a command for fragment light.


CONFIDENTIAL