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