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_