Home
last modified time | relevance | path

Searched refs:s_LightPositionW (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_GraphicsDevice.h374 s_LightPositionW = 0x0; in ResetFragmentLightEnabled()
387 return ((s_LightPositionW >> index) & 0x1); in GetFragmentLightPositionW()
401 s_LightPositionW |= (0x1 << index); in SetFragmentLightPositionW()
405 s_LightPositionW &= ~(0x1 << index); in SetFragmentLightPositionW()
750 static u32 s_LightPositionW; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_GraphicsDevice.cpp47 u32 GraphicsDevice::s_LightPositionW = 0; member in nw::gfx::GraphicsDevice