// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkExtent2D,VkExtent2D]] [source,c++] ---- typedef struct VkExtent2D { uint32_t width; uint32_t height; } VkExtent2D; ----