fenglangfaxue / VulkanCapsViewer

Vulkan hardware capability viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vulkan Hardware Capability Viewer

Vulkan Logo

Client application to display hardware implementation details for GPUs supporting the new Vulkan(tm) API by Khronos.

The hardware reports can be submitted to a public online database that allows comparing different devices, browsing available features, extensions, formats, etc.

Supported platforms

A Vulkan compatible driver (or on Android image) is required

  • Windows (x64)
  • Linux (x64)
  • Android (Including Android TV)
  • Mac OS X

API version

Due to the explicit nature of Vulkan, the API version of the Vulkan driver (or Android image) must fit the API level against which the application was build.

Building

Build Status

The repository includes a project file for the Qt Creator IDE that has been tested to work with Windows, Linux and Android. This is the preferred (and easiest) way of building the application if you want to build it yourself. Alternatively, you can simply run qmake followed by make in the source directory.

Releases

Current releases for all platforms will be provided on a regular basis at vulkan.gpuinfo.org/download.php.

Dependencies

About

Vulkan hardware capability viewer

License:GNU General Public License v2.0


Languages

Language:C++ 97.4%Language:QMake 1.5%Language:Python 0.5%Language:Objective-C++ 0.3%Language:Shell 0.2%Language:C 0.1%