Searched refs:ComponentTaskData (Results 1 – 2 of 2) sorted by relevance
2447 struct GLTF2Importer::ComponentTaskData { struct in GLTF2::GLTF2Importer2459 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs;2460 vector<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>*> outputs;3359 GLTF2Importer::GatheredDataTask<GLTF2Importer::ComponentTaskData<AnimationInputComponent>>*3366 auto task = make_unique<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>>(); in PrepareAnimationInputTask()3387 GLTF2Importer::GatheredDataTask<GLTF2Importer::ComponentTaskData<AnimationOutputComponent>>*3392 GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>* result = nullptr; in PrepareAnimationOutputTask()3394 auto task = make_unique<GatheredDataTask<ComponentTaskData<AnimationOutputComponent>>>(); in PrepareAnimationOutputTask()3423 unordered_map<Accessor*, GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputs; in PrepareAnimationTasks()3436 vector<GatheredDataTask<ComponentTaskData<AnimationInputComponent>>*> inputResults; in PrepareAnimationTasks()[all …]
117 struct ComponentTaskData;