14 lines
494 B
Plaintext
14 lines
494 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
[[VkBufferImageCopy,VkBufferImageCopy]]
|
|
[source,c++]
|
|
----
|
|
typedef struct VkBufferImageCopy {
|
|
VkDeviceSize bufferOffset;
|
|
uint32_t bufferRowLength;
|
|
uint32_t bufferImageHeight;
|
|
VkImageSubresourceLayers imageSubresource;
|
|
VkOffset3D imageOffset;
|
|
VkExtent3D imageExtent;
|
|
} VkBufferImageCopy;
|
|
----
|