vulkaninfo: Make presentation surface names a set
authorCharles Giessen <charles@lunarg.com>
Mon, 6 Jan 2020 18:04:32 +0000 (11:04 -0700)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 7 Jan 2020 17:11:30 +0000 (10:11 -0700)
commit2c436960d2c0d06a1838f8428886db369b2e4f56
tree12db378f146a52e08531f69cb661e40ec4d3a2f5
parent55333361f9a10b21b4e2160066c0399a26e3630f
vulkaninfo: Make presentation surface names a set

Previously, the printing logic stored surface names in a vector.
By switching to a set, this stops surface names from being listed
multiple times.

Files modified:
vulkaninfo/vulkaninfo.cpp
vulkaninfo/vulkaninfo.h

Change-Id: I5bf2acfd773c0fef6d17d21d3a489cc30df72e4d
vulkaninfo/vulkaninfo.cpp
vulkaninfo/vulkaninfo.h