render: introduce wlr_renderer_bind_buffer

This commit is contained in:
Simon Ser 2020-07-28 16:56:18 +02:00
parent 0b40d09a21
commit c88c54fb38
4 changed files with 21 additions and 0 deletions

View file

@ -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;