Home
last modified time | relevance | path

Searched defs:GLTFLoadResult (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/gltf/
H A Dgltf.h105 struct GLTFLoadResult { struct
107 explicit GLTFLoadResult(BASE_NS::string&& error) : success(false), error(error) {} in GLTFLoadResult() function
113 BASE_NS::string error;
116 IGLTFData::Ptr data;