Home
last modified time | relevance | path

Searched defs:ImporterTask (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2384 struct GLTF2Importer::ImporterTask { struct in GLTF2::GLTF2Importer
2387 enum class State { Queued, Gather, Import, Finished };
2389 string name;
2390 uint64_t id;
2391 bool success { true };
2393 std::function<bool()> gather;
2394 std::function<bool()> import;
2395 std::function<void()> finished;
2397 State state { State::Queued };
2398 ImportPhase phase { ImportPhase::FINISHED };