commit | 195c9e1571bc33a143af6a1adf7f6083a3b41f8d | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Tue Oct 27 19:55:05 2015 +0800 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Mon Nov 02 15:04:09 2015 -0700 |
tree | 7ff6e47c08ab358568d2272062be9c8fd6672eed | |
parent | 989de845e6627fecee8dceef882955149b7538ba [diff] [blame] |
bug 15000: aspect/aspectMask inconsistencies (WIP) Rename all aspect to aspectMask. https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15000
diff --git a/demos/cube.c b/demos/cube.c index aff26b0..f837589 100644 --- a/demos/cube.c +++ b/demos/cube.c
@@ -1075,7 +1075,7 @@ if (required_props & VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT) { const VkImageSubresource subres = { - .aspect = VK_IMAGE_ASPECT_COLOR_BIT, + .aspectMask = VK_IMAGE_ASPECT_COLOR_BIT, .mipLevel = 0, .arrayLayer = 0, };