13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
|
|
// 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;
|
||
|
|
----
|