Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp468 struct GatherMeshDataResult { struct
469 GatherMeshDataResult() = default;
470 ~GatherMeshDataResult() = default;
471 GatherMeshDataResult(const GatherMeshDataResult& aOther) = delete;
472 explicit GatherMeshDataResult(const string& error) : success(false), error(error) {} in GatherMeshDataResult() argument
473 GatherMeshDataResult(GatherMeshDataResult&& other) noexcept in GatherMeshDataResult() argument
477 GatherMeshDataResult& operator=(GatherMeshDataResult&& other) noexcept in operator =() argument
766 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 …]