Searched refs:slotIndex_ (Results 1 – 1 of 1) sorted by relevance
64 uint32_t slotIndex_; member in __anon3650867d0110::TextureInfoImpl78 slotIndex_ = params->GetPropertyByName<uint32_t>("textureSlotIndex")->GetValue(); in Build()82 if (slotIndex_ < BASE_NS::countof(TextureIndexName)) { in Build()83 textureSlotName = TextureIndexName[slotIndex_]; in Build()85 textureSlotName = "TextureSlot_" + BASE_NS::to_string(slotIndex_); in Build()105 const auto& curVal = array_->GetValueAt(slotIndex_); in ArrayChanged()127 auto curVal = array_->GetValueAt(slotIndex_); in ImageChanged()131 array_->SetValueAt(slotIndex_, curVal); in ImageChanged()138 auto curVal = array_->GetValueAt(slotIndex_); in FactorChanged()140 array_->SetValueAt(slotIndex_, curVal); in FactorChanged()