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

Syntax

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

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

List of Overloaded Member Functions

ActivateFragmentLightPosition ( s32, const math::VEC4 & ) Issues a command for fragment light.
ActivateFragmentLightPosition ( s32, const math::VEC4 &, const math::VEC3 & ) Issues position information for fragment light.

Description of ActivateFragmentLightPosition ( s32, const math::VEC4 & )

Issues a command for fragment light.

Description of ActivateFragmentLightPosition ( s32, const math::VEC4 &, const math::VEC3 & )

Issues position information for fragment light.


CONFIDENTIAL