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