mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
render/vulkan: Initialize to fix compilation error
This commit is contained in:
parent
be73da28b2
commit
06c0b0a204
@ -2388,7 +2388,7 @@ struct wlr_vk_pipeline_layout *get_or_create_pipeline_layout(
|
||||
pipeline_layout->key = *key;
|
||||
|
||||
VkResult res;
|
||||
VkFilter filter;
|
||||
VkFilter filter = VK_FILTER_LINEAR;
|
||||
switch (key->filter_mode) {
|
||||
case WLR_SCALE_FILTER_BILINEAR:
|
||||
filter = VK_FILTER_LINEAR;
|
||||
|
Loading…
Reference in New Issue
Block a user