Home
last modified time | relevance | path

Searched refs:textureSlotName (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dtextureinfo_impl.cpp79 BASE_NS::string textureSlotName; variable
83 textureSlotName = TextureIndexName[slotIndex_];
85 textureSlotName = "TextureSlot_" + BASE_NS::to_string(slotIndex_);
87 Name()->SetValue(textureSlotName); variable
H A Dmaterial_impl.cpp398 BASE_NS::string textureSlotName(propName.substr(ix + 1)); in BindTextureSlot()
399 size_t dotIndex = textureSlotName.find('.'); in BindTextureSlot()
401 textureSlotName = textureSlotName.substr(0, dotIndex); in BindTextureSlot()
403 if (GetValue(info->Name()) != textureSlotName) { in BindTextureSlot()
404 SetValue(info->Name(), textureSlotName); in BindTextureSlot()

Completed in 3 milliseconds