mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 14:42:25 +00:00
renderer: Drop mention of wlr_renderer_begin_with_buffer
It got removed in 3ed1268f
("render: Nuke old read pixels API")
Signed-off-by: Guido Günther <agx@sigxcpu.org>
This commit is contained in:
parent
2c3053370c
commit
85e2b662f1
@ -9,7 +9,7 @@
|
|||||||
struct wlr_renderer *renderer_autocreate_with_drm_fd(int drm_fd);
|
struct wlr_renderer *renderer_autocreate_with_drm_fd(int drm_fd);
|
||||||
/**
|
/**
|
||||||
* Get the supported render formats. Buffers allocated with a format from this
|
* Get the supported render formats. Buffers allocated with a format from this
|
||||||
* list may be attached via wlr_renderer_begin_with_buffer.
|
* list may be used with wlr_renderer_begin_buffer_pass().
|
||||||
*/
|
*/
|
||||||
const struct wlr_drm_format_set *wlr_renderer_get_render_formats(
|
const struct wlr_drm_format_set *wlr_renderer_get_render_formats(
|
||||||
struct wlr_renderer *renderer);
|
struct wlr_renderer *renderer);
|
||||||
|
Loading…
Reference in New Issue
Block a user