unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkSubresourceLayout.txt

13 lines
364 B
Plaintext
Raw Normal View History

// 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;
----