Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dmesh_arrays.h20 struct MeshGeometry { struct
21 using Ptr = BASE_NS::shared_ptr<MeshGeometry<IndexType>>; argument
22 using WeakPtr = BASE_NS::weak_ptr<MeshGeometry<IndexType>>; argument
34 return Ptr { new MeshGeometry<IndexType>() }; in Create() argument
39 using MeshGeometryPtr = BASE_NS::shared_ptr<MeshGeometry<IndexType>>;