Searched refs:GatherMeshDataResult (Results 1 – 1 of 1) sorted by relevance
468 struct GatherMeshDataResult { struct469 GatherMeshDataResult() = default;470 ~GatherMeshDataResult() = default;471 GatherMeshDataResult(const GatherMeshDataResult& aOther) = delete;472 explicit GatherMeshDataResult(const string& error) : success(false), error(error) {} in GatherMeshDataResult() function473 GatherMeshDataResult(GatherMeshDataResult&& other) noexcept in GatherMeshDataResult() function477 GatherMeshDataResult& operator=(GatherMeshDataResult&& other) noexcept in operator =() argument766 GLTF2::GLTFLoadDataResult LoadIndices(GatherMeshDataResult& result, const GLTF2::MeshPrimitive& pri… in LoadIndices()862 GatherMeshDataResult result; in GatherMeshData()896 Entity ImportMesh(IEcs& ecs, const GatherMeshDataResult& gatherResult) in ImportMesh()[all …]