SaschaWillems / VulkanCapsViewer

Vulkan hardware capability viewer
GNU Lesser General Public License v3.0
319 stars 70 forks source link

Desktop Baseline 2023 is missing #187

Closed christophe-lunarg closed 1 year ago

christophe-lunarg commented 1 year ago

Hi!

Vulkan Caps Viewer doesn't show Desktop Baseline 2023 profile: image

You can use vpGetProfiles to enumerate the list of available profiles in the library to automatically catch new profiles. Maybe you are not doing this because in the past that caused uploading test profiles but the test profiles are now in a different directory.

By the way: https://vulkan.gpuinfo.org/listprofiles.php still shows some of these tests profiles which should not have been made public (my bad!)

If it was possible to simply remove the category (that are empty) of VP_LUNARG_desktop_baseline_2022_subset, VP_LUNARG_desktop_max_2022 and VP_LUNARG_desktop_max_2022, I woulnd be glade!

SaschaWillems commented 1 year ago

Desktop baseline (via a recent profiles library) was already added to the repo:

image

An updated version of the app will be available shortly after the next spec release.

Once that version has been released I'll also clean up the database and remove the empty profiles.

christophe-lunarg commented 1 year ago

Thanks! I looked at the repo and saw the new header but thought it was not enough because the last release doesn't have it but fair enough!

Thanks! :)

SaschaWillems commented 1 year ago

An updated version has been released for all platforms. I have also removed the profiles you mentioned from the database.