blob: 7e5b7821f79dc74ff3c5dc4f874fea1144ed758b [file] [log] [blame]
// 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;
----