Searched refs:lightKind (Results 1 – 2 of 2) sorted by relevance
625 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLight() local626 NW_ASSERT(lightKind < ResFragmentLight::KIND_COUNT); in ActivateFragmentLight()633 if ( lightKind == ResFragmentLight::KIND_DIRECTIONAL ) in ActivateFragmentLight()647 else if ( lightKind == ResFragmentLight::KIND_POINT ) in ActivateFragmentLight()674 else if ( lightKind == ResFragmentLight::KIND_SPOT ) in ActivateFragmentLight()
672 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLighting() local675 …bool isDirectional = (lightKind == ResFragmentLight::KIND_DIRECTIONAL) || GraphicsDevice::GetFragm… in ActivateFragmentLighting()