Searched refs:lightKind (Results 1 – 2 of 2) sorted by relevance
632 s32 lightKind = resLight.GetLightKind(); in ActivateFragmentLight() local633 NW_ASSERT(lightKind < ResFragmentLight::KIND_COUNT); in ActivateFragmentLight()640 if ( lightKind == ResFragmentLight::KIND_DIRECTIONAL ) in ActivateFragmentLight()654 else if ( lightKind == ResFragmentLight::KIND_POINT ) in ActivateFragmentLight()681 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()