// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry ifndef::doctype-manpage[] [[VkExtent2D,VkExtent2D]] ["source","{basebackend@docbook:c++:cpp}",title=""] endif::doctype-manpage[] ifdef::doctype-manpage[] ["source","{basebackend@docbook:c++:cpp}"] endif::doctype-manpage[] ------------------------------------------------------------------------------ typedef struct VkExtent2D { uint32_t width; uint32_t height; } VkExtent2D; ------------------------------------------------------------------------------