Searched refs:oldProp (Results 1 – 1 of 1) sorted by relevance
234 auto& oldProp = *it; in MapTextureSlots() local237 if (oldProp.offset >= baseOffset && newProp.offset >= baseOffset) { in MapTextureSlots()238 … auto oldIndex = (oldProp.offset - baseOffset) / sizeof(MaterialComponent::TextureInfo); in MapTextureSlots()