mumble-voip/mumble

Vulkan support for the overlay (Windows/Linux)

Open

#2,134 opened on 2016年2月23日

GitHub で見る
 (6 comments) (14 reactions) (1 assignee)C++ (1,062 forks)batch import
feature-requesthelp wantedoverlay

Repository metrics

Stars
 (5,642 stars)
PR merge metrics
 (平均マージ 6d) (30d で 7 merged PRs)

説明

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.

コントリビューターガイド