Searched defs:NodeDepth (Results 1 – 1 of 1) sorted by relevance
589 struct NodeDepth { struct590 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 ==()