• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkSubresourceLayout,VkSubresourceLayout]]
3[source,c++]
4----
5typedef struct VkSubresourceLayout {
6    VkDeviceSize    offset;
7    VkDeviceSize    size;
8    VkDeviceSize    rowPitch;
9    VkDeviceSize    arrayPitch;
10    VkDeviceSize    depthPitch;
11} VkSubresourceLayout;
12----
13