Searched refs:maxB (Results 1 – 1 of 1) sorted by relevance
1005 uint32_t maxB = 0; in SetupCache() local1010 maxB = static_cast<uint32_t>(s.bindings.size()); in SetupCache()1016 maxB = Math::max(maxB, bind.binding); in SetupCache()1018 maxB += 1U; // zero based bindings.. in SetupCache()1020 if (boundObjects_[set].resources.size() != maxB) { in SetupCache()1027 boundObjects_[set].resources.resize(maxB); in SetupCache()