Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp640 GraphicsDevice::SetFragmentLightPositionW(index, (direction.w == 0.0f)); in ActivateFragmentLight()
670 GraphicsDevice::SetFragmentLightPositionW(index, (position.w == 0.0f)); in ActivateFragmentLight()
713 GraphicsDevice::SetFragmentLightPositionW(index, (position.w == 0.0f)); in ActivateFragmentLight()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_GraphicsDevice.h396 static NW_INLINE void SetFragmentLightPositionW(int index, bool isWZero) in SetFragmentLightPositionW() function