mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/vulkan: drop unused vulkan_has_extension()
This commit is contained in:
parent
42eec38ab6
commit
f60b367db7
2 changed files with 0 additions and 11 deletions
|
|
@ -367,7 +367,6 @@ struct wlr_vk_buffer_span {
|
|||
};
|
||||
|
||||
// util
|
||||
bool vulkan_has_extension(size_t count, const char **exts, const char *find);
|
||||
const char *vulkan_strerror(VkResult err);
|
||||
void vulkan_change_layout(VkCommandBuffer cb, VkImage img,
|
||||
VkImageLayout ol, VkPipelineStageFlags srcs, VkAccessFlags srca,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue