Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dmaterial_impl.cpp339 auto existingInfo = GetTextureInfo(index); in GetTextureInfoByIndex() local
340 if (existingInfo) { in GetTextureInfoByIndex()
343 auto it = std::find(textures.begin(), textures.end(), existingInfo); in GetTextureInfoByIndex()
346 textures.push_back(existingInfo); in GetTextureInfoByIndex()
348 return existingInfo; in GetTextureInfoByIndex()

Completed in 3 milliseconds