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

Syntax

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

Arguments

Name Description
in index The light index.
in pos The light position.
in spotDir The spot direction of the light.

Return Values

None.

Description

Issues position information for fragment light.


CONFIDENTIAL