Vulkan hardware capability viewer


About

The “Vulkan hardware capability viewer” is a multi-platform client-side application that collects all available information from a Vulkan implementation that can be uploaded to a public database.

The application is written in C++, uses Qt for the user interface and runs on Windows, Linux and Android.

Goal of this tool is to create a database aimed at Vulkan programmers that need to check implementation specific information or just want to see what devices are supported or how far spread a certain feature is.

Database

Along with the client-side application, there is also an online database containing Vulkan implementation (device) reports uploaded with this tool.

This database offers lots of functionality for filtering and searching data gathered by the client-side application. It allows filtering for certain devices, operating systems, versions, extensions, features, limits, formats, etc. and also offers the ability to compare multiple devices, even across different platforms.

As of recently reports from the database can also be used as configuration files for the Vulkan device simulation layer.

The database can be accessed via https://vulkan.gpuinfo.org.

Screenshots

Downloads

Current version

The latest binaries for Windows and Linux can be found at https://vulkan.gpuinfo.org/download.php.

The Android version is also available the Playstore.

Source code

The project is available as open source and can be found on github.