vulkaninfo: properly macro guard the portability features.
authorCharles Giessen <charles@lunarg.com>
Wed, 30 Sep 2020 22:54:40 +0000 (16:54 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 1 Oct 2020 14:34:37 +0000 (08:34 -0600)
commit839f1eaa1d46283ab72e17727576813ead8fba12
tree52ed831ff79de56a90f2fec9d258c2e8478b7532
parentc5c6265c026e4d6cc2826aedf86f5eb352dc470d
vulkaninfo: properly macro guard the portability features.

Whlie the main bits were properly guarded, several places should of
been which weren't, including a VK_EXT_NAME which caused compilation
to fail if VK_ENABLE_BETA_EXTENSIONS wasn't defined.

Change-Id: Ifa40f903c4affbf0c169076d9fe5dca522f82db4
vulkaninfo/vulkaninfo.cpp