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