11 lines
367 B
Plaintext
11 lines
367 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkVertexInputBindingDescription,VkVertexInputBindingDescription]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkVertexInputBindingDescription {
|
|
uint32_t binding;
|
|
uint32_t stride;
|
|
VkVertexInputRate inputRate;
|
|
} VkVertexInputBindingDescription;
|
|
----
|