Searched refs:theShadowCount (Results 1 – 1 of 1) sorted by relevance
47 const float theShadowCount = static_cast<float>(Math::max(1u, shadowCount)); in GetShadowBias() local48 const float invShadowCount = (1.0f / theShadowCount); in GetShadowBias()