Home
last modified time | relevance | path

Searched refs:MeshGeometryArray (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.h42 using MeshGeometryArray = BASE_NS::vector<MeshGeometryPtr<IndexType>>; variable
45 using MeshGeometryArrayPtr = BASE_NS::shared_ptr<MeshGeometryArray<IndexType>>;
48 using MeshGeometryArrayWeakPtr = BASE_NS::shared_ptr<MeshGeometryArray<IndexType>>;
53 auto ret = MeshGeometryArrayPtr<IndexType> { new MeshGeometryArray<IndexType>() }; in CreateMeshContainer()