Home
last modified time | relevance | path

Searched refs:Queued (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2387 enum class State { Queued, Gather, Import, Finished }; enumerator
2397 State state { State::Queued };
2731 if (task.state == ImporterTask::State::Queued) { in ProgressTask()