commit | 2ebc234580f41270585dfbbe2925358dd41b125e | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Wed Oct 21 17:57:31 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:32:04 2015 -0600 |
tree | 0069c845dc24272f45f1f620e11c5613dee56c59 | |
parent | a12e29179a1ca44eb6bbc0c03850b1bf02398081 [diff] [blame] |
bug-14786: minor renames
diff --git a/tests/init.cpp b/tests/init.cpp index 4b7cc95..472b230 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -337,7 +337,7 @@ imageCreateInfo.sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO; imageCreateInfo.imageType = VK_IMAGE_TYPE_2D; imageCreateInfo.format = fmt; - imageCreateInfo.arraySize = 1; + imageCreateInfo.arrayLayers = 1; imageCreateInfo.extent.width = w; imageCreateInfo.extent.height = h; imageCreateInfo.extent.depth = 1;