1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkOffset2D,VkOffset2D]] 3[source,c++] 4---- 5typedef struct VkOffset2D { 6 int32_t x; 7 int32_t y; 8} VkOffset2D; 9---- 10