You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
494 B
14 lines
494 B
// 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;
|
|
----
|