static void ActivateFragmentLightPosition(
s32 index,
const math::VEC4 & pos
);
static void ActivateFragmentLightPosition(
s32 index,
const math::VEC4 & pos,
const math::VEC3 & spotDir
);
| 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. |
Issues a command for fragment light.
Issues position information for fragment light.
CONFIDENTIAL