vulkaninfo: fix device ext list having bad items
authorCharles Giessen <charles@lunarg.com>
Tue, 28 Jul 2020 20:29:09 +0000 (14:29 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 28 Jul 2020 21:18:48 +0000 (15:18 -0600)
commita4505d37ffe7ea7e4a66b97a861420380e1e13de
treee70c8ff48544fd3e7b55b930aac3a07d24409093
parent3b36fdc64014844db78671fa0ca1c0ef184e5b0d
vulkaninfo: fix device ext list having bad items

vkconfig exposed an issue in the vulkan-loader which resulted in two different sizes
returned from vkEnumerateDeviceExtensionProperties(). A full fix requires a change to
the loader, but this commit stops the issue from happening in vulkaninfo.

Change-Id: I808d1fd13868711675aae5c91ea5100ec8cbc316
vulkaninfo/vulkaninfo.h