1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkExtent3D,VkExtent3D]] 3[source,c++] 4---- 5typedef struct VkExtent3D { 6 uint32_t width; 7 uint32_t height; 8 uint32_t depth; 9} VkExtent3D; 10---- 11