mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'vulkan-khr' into 'master'
render/vulkan: use KHR variant for physical device properties See merge request wlroots/wlroots!5389
This commit is contained in:
commit
4aac946c01
3 changed files with 80 additions and 10 deletions
|
|
@ -2827,7 +2827,7 @@ struct wlr_renderer *wlr_vk_renderer_create_with_drm_fd(int drm_fd) {
|
|||
|
||||
// Do not use the drm_fd that was passed in: we should prefer the render
|
||||
// node even if a primary node was provided
|
||||
dev->drm_fd = vulkan_open_phdev_drm_fd(phdev);
|
||||
dev->drm_fd = vulkan_open_phdev_drm_fd(ini, phdev);
|
||||
|
||||
return vulkan_renderer_create_for_device(dev);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue