mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
render/vulkan: drop ext params from vulkan_device_create()
These are unused.
This commit is contained in:
parent
30fafe4f4a
commit
e19007dede
3 changed files with 4 additions and 17 deletions
|
|
@ -1496,7 +1496,7 @@ struct wlr_renderer *wlr_vk_renderer_create_with_drm_fd(int drm_fd) {
|
|||
vkGetPhysicalDeviceQueueFamilyProperties(phdev, &qfam_count,
|
||||
queue_props);
|
||||
|
||||
struct wlr_vk_device *dev = vulkan_device_create(ini, phdev, 0, NULL);
|
||||
struct wlr_vk_device *dev = vulkan_device_create(ini, phdev);
|
||||
if (!dev) {
|
||||
wlr_log(WLR_ERROR, "Failed to create vulkan device");
|
||||
vulkan_instance_destroy(ini);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue