commit | aeffeae6128137520f85be7c81d67cb305929a10 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Sep 10 17:58:54 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Sep 15 10:16:02 2015 -0600 |
tree | 796bc85df542ba76cb8d0708fd8076d3e9b4f5fd | |
parent | 5c3dc87fb501a2099c5889a1c8ba3f8e41dde1c4 [diff] [blame] |
Bug 12998: change ImageSubresourceRange's aspect to aspectMask
diff --git a/include/vulkan.h b/include/vulkan.h index 92e578a..5d9abf4 100644 --- a/include/vulkan.h +++ b/include/vulkan.h
@@ -1519,7 +1519,7 @@ } VkChannelMapping; typedef struct { - VkImageAspect aspect; + VkImageAspectFlags aspectMask; uint32_t baseMipLevel; uint32_t mipLevels; uint32_t baseArrayLayer;