demos: Simplify vulkaninfo to not enable any extensions.
authorJon Ashburn <jon@lunarg.com>
Fri, 25 Mar 2016 18:47:06 +0000 (12:47 -0600)
committerJon Ashburn <jon@lunarg.com>
Fri, 25 Mar 2016 19:36:54 +0000 (13:36 -0600)
commit78e6548c3e5777ff03c8b473d4c1aa9e08e4d78d
tree88017ed991eb7080500189ef7d9e6c7cad8dda03
parent45e8713f5cebc2634f6f1aa6ec555eec054c5fea
demos: Simplify vulkaninfo to not enable any extensions.

For the Linux WSI surface extensions  where BOTH ICD and loader support is
needed for an extension to be supported there was an issue.  If ICD supported
extensions was not equal to loader supported extensions vulkaninfo would error
exit.

Change-Id: Ib6e07d92491b04b1fb90cbf1c6793ae766944d50
demos/vulkaninfo.c