Searched refs:vertexAttributeInfos (Results 1 – 1 of 1) sorted by relevance
1167 std::vector<VertexAttributeInfo> vertexAttributeInfos; in reflectVertexInputs() local1183 vertexAttributeInfos.emplace_back(std::move(info)); in reflectVertexInputs()1187 std::sort(std::begin(vertexAttributeInfos), std::end(vertexAttributeInfos), in reflectVertexInputs()1197 if (!vertexAttributeInfos.empty()) { in reflectVertexInputs()1198 for (auto& info : vertexAttributeInfos) { in reflectVertexInputs()