Currently has no effect because there are no tearing atomic commits. But by implementing this we make mesa expose VK_PRESENT_MODE_IMMEDIATE_KHR.
11 lines
131 B
Text
11 lines
131 B
Text
# requests
|
|
|
|
msg destroy = 0 {
|
|
|
|
}
|
|
|
|
msg get_tearing_control = 1 {
|
|
id: id(wp_tearing_control_v1),
|
|
surface: id(wl_surface),
|
|
}
|
|
|