mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
Merge branch 'default-vk' into 'master'
Draft: render: use Vulkan renderer by default if available See merge request wlroots/wlroots!4103
This commit is contained in:
commit
2b5cd18c75
2 changed files with 15 additions and 20 deletions
|
|
@ -2791,11 +2791,6 @@ error:
|
|||
}
|
||||
|
||||
struct wlr_renderer *wlr_vk_renderer_create_with_drm_fd(int drm_fd) {
|
||||
wlr_log(WLR_INFO, "The vulkan renderer is only experimental and "
|
||||
"not expected to be ready for daily use");
|
||||
wlr_log(WLR_INFO, "Run with VK_INSTANCE_LAYERS=VK_LAYER_KHRONOS_validation "
|
||||
"to enable the validation layer");
|
||||
|
||||
// NOTE: we could add functionality to allow the compositor passing its
|
||||
// name and version to this function. Just use dummies until then,
|
||||
// shouldn't be relevant to the driver anyways
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue