Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp510 auto* gcm = GetManager<IRenderHandleComponentManager>(ecs_); in LoadImageEntityCollection() local
511 if (ncm && ucm && gcm) { in LoadImageEntityCollection()
526 gcm->Create(entity); in LoadImageEntityCollection()
528 auto ic = gcm->Get(entity); in LoadImageEntityCollection()
530 gcm->Set(entity, ic); in LoadImageEntityCollection()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp668 auto* gcm = GetManager<IRenderHandleComponentManager>(ecs_); in LoadImageEntityCollection() local
669 if (ncm && ucm && gcm) { in LoadImageEntityCollection()
686 gcm->Create(entity); in LoadImageEntityCollection()
688 auto ic = gcm->Get(entity); in LoadImageEntityCollection()
690 gcm->Set(entity, ic); in LoadImageEntityCollection()

Completed in 2 milliseconds