mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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
|
|
@ -76,10 +76,8 @@ struct wlr_vk_device {
|
|||
VkPhysicalDevice vulkan_find_drm_phdev(struct wlr_vk_instance *ini, int drm_fd);
|
||||
|
||||
// Creates a device for the given instance and physical device.
|
||||
// Will try to enable the given extensions but not fail if they are not
|
||||
// available which can later be checked by the caller.
|
||||
struct wlr_vk_device *vulkan_device_create(struct wlr_vk_instance *ini,
|
||||
VkPhysicalDevice phdev, size_t ext_count, const char **exts);
|
||||
VkPhysicalDevice phdev);
|
||||
void vulkan_device_destroy(struct wlr_vk_device *dev);
|
||||
|
||||
// Tries to find any memory bit for the given vulkan device that
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue