Searched refs:attrDesc (Results 1 – 1 of 1) sorted by relevance
370 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local377 attrDesc.location = vertDescIter->location; in createVertexInfo()378 attrDesc.binding = bindingId; in createVertexInfo()379 attrDesc.format = vertDescIter->format; in createVertexInfo()380 attrDesc.offset = vertDescIter->offset; in createVertexInfo()381 attrList.push_back(attrDesc); in createVertexInfo()