1
0
Fork 0
forked from wry/wry
wry/wire/wp_tearing_control_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

9 lines
83 B
Text

# requests
msg set_presentation_hint = 0 {
hint: u32,
}
msg destroy = 1 {
}