• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkVertexInputAttributeDescription,VkVertexInputAttributeDescription]]
3[source,c++]
4----
5typedef struct VkVertexInputAttributeDescription {
6    uint32_t    location;
7    uint32_t    binding;
8    VkFormat    format;
9    uint32_t    offset;
10} VkVertexInputAttributeDescription;
11----
12