mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
render: introduce wlr_renderer_bind_buffer
This commit is contained in:
parent
0b40d09a21
commit
c88c54fb38
4 changed files with 21 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ enum wlr_renderer_read_pixels_flags {
|
|||
|
||||
struct wlr_renderer_impl;
|
||||
struct wlr_drm_format_set;
|
||||
struct wlr_buffer;
|
||||
|
||||
struct wlr_renderer {
|
||||
const struct wlr_renderer_impl *impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue