diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-21 17:57:31 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-23 17:32:04 -0600 |
| commit | dff021fa4c6027db3d8e9cc1d2322d121f273fc3 (patch) | |
| tree | 756f84ebda15541ddaee620e18fdfcf76eaa96ad /include/vulkan.h | |
| parent | 6ce184953cf1788f9b0752de4a762a9ff617c3a2 (diff) | |
| download | usermoji-dff021fa4c6027db3d8e9cc1d2322d121f273fc3.tar.xz | |
bug-14786: minor renames
Diffstat (limited to 'include/vulkan.h')
| -rw-r--r-- | include/vulkan.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 8a86edd3..8bc88627 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1484,7 +1484,7 @@ typedef struct { VkFormat format; VkExtent3D extent; uint32_t mipLevels; - uint32_t arraySize; + uint32_t arrayLayers; uint32_t samples; VkImageTiling tiling; VkImageUsageFlags usage; @@ -2005,8 +2005,7 @@ typedef struct { } VkClearAttachment; typedef struct { - VkOffset3D offset; - VkExtent3D extent; + VkRect2D rect; uint32_t baseArrayLayer; uint32_t numLayers; } VkClearRect; |
