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