blob: ec6819afc0a0fa02f39d9f3e63a7b075d09bce9a [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkVertexInputAttributeDescription,VkVertexInputAttributeDescription]]
[source,c++]
----
typedef struct VkVertexInputAttributeDescription {
uint32_t location;
uint32_t binding;
VkFormat format;
uint32_t offset;
} VkVertexInputAttributeDescription;
----