Home
last modified time | relevance | path

Searched defs: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
472 explicit GatherMeshDataResult(const string& error) : success(false), error(error) {} in GatherMeshDataResult() argument
473 GatherMeshDataResult(GatherMeshDataResult&& other) noexcept in GatherMeshDataResult() function
477 GatherMeshDataResult& operator=(GatherMeshDataResult&& other) noexcept in operator =()
486 bool success { true };
489 string error;
491 IMeshBuilder::Ptr meshBuilder;