mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
render: drop wlr_renderer_impl.texture_from_pixels
This commit is contained in:
parent
29c8df7e0a
commit
18adb43a44
6 changed files with 2 additions and 44 deletions
|
|
@ -592,7 +592,6 @@ static const struct wlr_renderer_impl renderer_impl = {
|
|||
.get_render_formats = gles2_get_render_formats,
|
||||
.preferred_read_format = gles2_preferred_read_format,
|
||||
.read_pixels = gles2_read_pixels,
|
||||
.texture_from_pixels = gles2_texture_from_pixels,
|
||||
.texture_from_wl_drm = gles2_texture_from_wl_drm,
|
||||
.texture_from_dmabuf = gles2_texture_from_dmabuf,
|
||||
.init_wl_display = gles2_init_wl_display,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue