mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: add explicit sync API
This commit is contained in:
parent
4481c6b243
commit
a1635fdb76
2 changed files with 28 additions and 0 deletions
|
|
@ -45,6 +45,12 @@ struct wlr_renderer {
|
|||
* Does the renderer support color transforms on its output?
|
||||
*/
|
||||
bool output_color_transform;
|
||||
/**
|
||||
* Whether wait/signal timelines are supported.
|
||||
*
|
||||
* See struct wlr_drm_syncobj_timeline.
|
||||
*/
|
||||
bool timeline;
|
||||
} features;
|
||||
|
||||
// private state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue