commit | 2b2f90cb23aea458eeb6ff170c2d2f8edeb224b1 | [log] [tgz] |
---|---|---|
author | Jon Ashburn <jon@lunarg.com> | Wed Dec 30 14:39:53 2015 -0700 |
committer | Jon Ashburn <jon@lunarg.com> | Thu Dec 31 09:30:03 2015 -0700 |
tree | 57934b9932b8c48dc48cf9f20b79373b93ce8e28 | |
parent | edb0b23b2b2a3d1475ec3fec41f3d8390b2c42c2 [diff] [blame] |
misc: Changes to go to header v214 including vulkan.h version update
diff --git a/tests/init.cpp b/tests/init.cpp index f573139..1bb1d31 100644 --- a/tests/init.cpp +++ b/tests/init.cpp
@@ -372,6 +372,7 @@ // VkDeviceSize size; // Specified in bytes // VkDeviceSize rowPitch; // Specified in bytes // VkDeviceSize depthPitch; // Specified in bytes +// VkDeviceSize arrayPitch; // Specified in bytes // } VkSubresourceLayout; // typedef struct VkImageSubresource_