unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkVertexInputAttributeDescription.txt

12 lines
371 B
Plaintext
Raw Normal View History

// 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;
----