1
0
Fork 0
forked from wry/wry
wry/wire/wp_tearing_control_manager_v1.txt
Julian Orth cd47baa934 wayland: implement tearing-control-v1
Currently has no effect because there are no tearing atomic commits. But
by implementing this we make mesa expose VK_PRESENT_MODE_IMMEDIATE_KHR.
2022-11-18 19:43:03 +01:00

11 lines
131 B
Text

# requests
msg destroy = 0 {
}
msg get_tearing_control = 1 {
id: id(wp_tearing_control_v1),
surface: id(wl_surface),
}