12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
|
|
// 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;
|
||
|
|
----
|