Searched refs:lightKind (Results 1 – 2 of 2) sorted by relevance
623 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLight() local624 NW_ASSERT(lightKind < ResFragmentLight::KIND_COUNT); in ActivateFragmentLight()631 if ( lightKind == ResFragmentLight::KIND_DIRECTIONAL ) in ActivateFragmentLight()645 else if ( lightKind == ResFragmentLight::KIND_POINT ) in ActivateFragmentLight()672 else if ( lightKind == ResFragmentLight::KIND_SPOT ) in ActivateFragmentLight()
670 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLighting() local673 …bool isDirectional = (lightKind == ResFragmentLight::KIND_DIRECTIONAL) || GraphicsDevice::GetFragm… in ActivateFragmentLighting()