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