Home
last modified time | relevance | path

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

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