vkutils: set the last element of the layer array to NULL
authorMatthew Waters <matthew@centricular.com>
Thu, 1 Sep 2016 09:43:59 +0000 (19:43 +1000)
committerMatthew Waters <matthew@centricular.com>
Thu, 8 Sep 2016 06:14:31 +0000 (16:14 +1000)
commitc110b62cf82cc374cd5db82de734f2c47552e9e2
tree36f37066064c65cb83b6d7897abf3899a068053d
parent16d48770d1e9904c5510184db4a440d3f998d468
vkutils: set the last element of the layer array to NULL

g_strv* functions require this to not read off the end of the array.
ext/vulkan/vkutils.c