Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp589 struct NodeDepth { struct
590 uint32_t depth;
591 GLTF2::Node* node;
593 inline bool operator>(const NodeDepth& rhs) const noexcept in operator >()
606 inline bool operator==(const NodeDepth& rhs) const noexcept in operator ==()