10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkOffset2D,VkOffset2D]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkOffset2D {
|
|
int32_t x;
|
|
int32_t y;
|
|
} VkOffset2D;
|
|
----
|