diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-10 17:58:54 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-09-15 10:16:02 -0600 |
| commit | 1e22669abcb4bb0f950f5166fb368ef7b1517460 (patch) | |
| tree | 465718e129ed442e0fc96809eb87d4e5d71faaff /include | |
| parent | d43d2430756441c40feeb8c90e3d692021086adb (diff) | |
| download | usermoji-1e22669abcb4bb0f950f5166fb368ef7b1517460.tar.xz | |
Bug 12998: change ImageSubresourceRange's aspect to aspectMask
Diffstat (limited to 'include')
| -rw-r--r-- | include/vulkan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vulkan.h b/include/vulkan.h index 92e578a2..5d9abf48 100644 --- a/include/vulkan.h +++ b/include/vulkan.h @@ -1519,7 +1519,7 @@ typedef struct { } VkChannelMapping; typedef struct { - VkImageAspect aspect; + VkImageAspectFlags aspectMask; uint32_t baseMipLevel; uint32_t mipLevels; uint32_t baseArrayLayer; |
