1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-23 02:06:48 +02:00

output: make swapchain lazy

This commit is contained in:
Kirill Primak
2024-08-09 15:57:45 +03:00
parent bdf8308c4e
commit e797e5a324
2 changed files with 22 additions and 17 deletions

View File

@@ -71,6 +71,7 @@ struct dp_output {
void *frame_data;
size_t frame_size;
// wl_buffer is NULL if uninitialized
struct dp_buffer swapchain[DP_SWAPCHAIN_LEN];
struct wl_list link;