// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[VkSubresourceLayout,VkSubresourceLayout]] [source,c++] ---- typedef struct VkSubresourceLayout { VkDeviceSize offset; VkDeviceSize size; VkDeviceSize rowPitch; VkDeviceSize arrayPitch; VkDeviceSize depthPitch; } VkSubresourceLayout; ----