Searched refs:cmpLocationIndex (Results 1 – 1 of 1) sorted by relevance
92 …const auto cmpLocationIndex = [location](auto const& attribute) { return attribute.location == loc… in GetVertexAttributeDescription() local93 …o pos = std::find_if(attributeDescriptions.begin(), attributeDescriptions.end(), cmpLocationIndex); in GetVertexAttributeDescription()