mumble-voip/mumble

Vulkan support for the overlay (Windows/Linux)

Open

#2,134 opened on Feb 23, 2016

View on GitHub
 (6 comments) (14 reactions) (1 assignee)C++ (5,642 stars) (1,062 forks)batch import
feature-requesthelp wantedoverlay

Description

The overlay should be updated to support Vulkan.

On Windows and Linux, NVidia's Vulkan support is built on top of their existing GL driver. Thus, the current GL overlay might already work for NVidia cards.

For a native experience, the easiest thing to target for Vulkan would presumably be Intel integrated graphics on a Linux system. This should do for a POC.

Once we have a POC for Linux, this should be ported to Windows as well.

Contributor guide