vk/vulkan.h: Add packing parameters to BufferImageCopy

This commit is contained in:
Jason Ekstrand
2015-07-08 11:51:12 -07:00
parent b4ef7f354b
commit aae45ab583
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -1741,6 +1741,8 @@ typedef struct {
typedef struct {
VkDeviceSize bufferOffset;
uint32_t bufferRowLength;
uint32_t bufferImageHeight;
VkImageSubresource imageSubresource;
VkOffset3D imageOffset;
VkExtent3D imageExtent;