diff options
author | Chad Versace <[email protected]> | 2015-10-05 06:48:14 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2015-10-05 08:10:57 -0700 |
commit | 7a089bd1a60a38f4048cedc49f141b8917536ae3 (patch) | |
tree | 29a5430193ff884b35e374436f7684589de4157a /include | |
parent | 568654d6069923c6875ea72b3038408365d763a7 (diff) |
vk/0.170.2: Update VkImageSubresourceRange
Replace 'aspect' with 'aspectMask'.
Diffstat (limited to 'include')
-rw-r--r-- | include/vulkan/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan/vulkan.h b/include/vulkan/vulkan.h index 923a3b69ea3..fc6a1c638c6 100644 --- a/include/vulkan/vulkan.h +++ b/include/vulkan/vulkan.h @@ -1505,7 +1505,7 @@ typedef struct { } VkChannelMapping; typedef struct { - VkImageAspect aspect; + VkImageAspectFlags aspectMask; uint32_t baseMipLevel; uint32_t mipLevels; uint32_t baseArraySlice; |