Searched refs:attrDesc (Results 1 – 2 of 2) sorted by relevance
115 var attrDesc: Content? = null in parseDocumentation() variable132 "description" -> attrDesc = tag.getAttrDesc(element) in parseDocumentation()154 attr = DocumentationNode(name, attrDesc ?: Content.Empty, NodeKind.AttributeRef) in parseDocumentation()
405 VkVertexInputAttributeDescription attrDesc; in createVertexInfo() local412 attrDesc.location = vertDescIter->location; in createVertexInfo()413 attrDesc.binding = bindingId; in createVertexInfo()414 attrDesc.format = vertDescIter->format; in createVertexInfo()415 attrDesc.offset = vertDescIter->offset; in createVertexInfo()416 attrList.push_back(attrDesc); in createVertexInfo()