- flags
VkPipelineVertexInputStateCreateFlags flags;
Undocumented in source.
- pNext
const(void)* pNext;
Undocumented in source.
- pVertexAttributeDescriptions
const(VkVertexInputAttributeDescription)* pVertexAttributeDescriptions;
Undocumented in source.
- pVertexBindingDescriptions
const(VkVertexInputBindingDescription)* pVertexBindingDescriptions;
Undocumented in source.
- sType
VkStructureType sType;
Undocumented in source.
- vertexAttributeDescriptionCount
uint32_t vertexAttributeDescriptionCount;
Undocumented in source.
- vertexBindingDescriptionCount
uint32_t vertexBindingDescriptionCount;
Undocumented in source.