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
|
|
@ -26,7 +26,6 @@ void wlr_renderer_init(struct wlr_renderer *renderer,
|
|||
assert(impl->render_subtexture_with_matrix);
|
||||
assert(impl->render_quad_with_matrix);
|
||||
assert(impl->get_shm_texture_formats);
|
||||
assert(impl->texture_from_pixels);
|
||||
assert(impl->get_render_buffer_caps);
|
||||
renderer->impl = impl;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue