Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp92 …const auto cmpLocationIndex = [location](auto const& attribute) { return attribute.location == loc… in GetVertexAttributeDescription() local
93 …o pos = std::find_if(attributeDescriptions.begin(), attributeDescriptions.end(), cmpLocationIndex); in GetVertexAttributeDescription()