mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
wsi/wayland: Remove unused present_mode member.
We use chain->base.present_mode instead. Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no> Cc: mesa-stable Reviewed-by: Autumn Ashton <misyl@froggi.es> Reviewed-by: Derek Foreman <derek.foreman@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32556>
This commit is contained in:
parent
63cbbf2a1c
commit
d5509c147f
1 changed files with 0 additions and 1 deletions
|
|
@ -204,7 +204,6 @@ struct wsi_wl_swapchain {
|
|||
uint32_t num_drm_modifiers;
|
||||
const uint64_t *drm_modifiers;
|
||||
|
||||
VkPresentModeKHR present_mode;
|
||||
bool legacy_fifo_ready;
|
||||
bool next_present_force_wait_barrier;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue