vk/0.130: Define VkRect3D

This commit is contained in:
Chad Versace 2015-07-07 15:55:53 -07:00
parent 11901a9100
commit 55ab1737d3
1 changed files with 5 additions and 0 deletions

View File

@ -1742,6 +1742,11 @@ typedef struct {
VkExtent3D imageExtent;
} VkBufferImageCopy;
typedef struct {
VkOffset3D offset;
VkExtent3D extent;
} VkRect3D;
typedef struct {
VkImageSubresource srcSubresource;
VkOffset3D srcOffset;