mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-07 04:06:14 -05:00
renderer: Introduce wlr_scale_filter_mode
This commit is contained in:
parent
64c0272f81
commit
6bd44c4fcd
6 changed files with 50 additions and 3 deletions
|
|
@ -125,6 +125,7 @@ void vulkan_format_props_finish(struct wlr_vk_format_props *props);
|
|||
|
||||
struct wlr_vk_pipeline_layout_key {
|
||||
const struct wlr_vk_format *ycbcr_format;
|
||||
enum wlr_scale_filter_mode filter_mode;
|
||||
};
|
||||
|
||||
struct wlr_vk_pipeline_layout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue