From e19007dede4b030b7fd60802d0cb88685a6e200c Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 7 Sep 2022 14:38:41 +0200 Subject: render/vulkan: drop ext params from vulkan_device_create() These are unused. --- include/render/vulkan.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/render/vulkan.h') diff --git a/include/render/vulkan.h b/include/render/vulkan.h index 1cba5a19..8e9b6460 100644 --- a/include/render/vulkan.h +++ b/include/render/vulkan.h @@ -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 -- cgit v1.2.3