Searched defs:ImporterTask (Results 1 – 1 of 1) sorted by relevance
2384 struct GLTF2Importer::ImporterTask { struct in GLTF2::GLTF2Importer2387 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 };