mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
renderer: Drop buffer binding
This commit is contained in:
parent
3ed1268f64
commit
d3a339a03e
13 changed files with 0 additions and 307 deletions
|
|
@ -7,14 +7,6 @@
|
|||
* Automatically select and create a renderer suitable for the DRM FD.
|
||||
*/
|
||||
struct wlr_renderer *renderer_autocreate_with_drm_fd(int drm_fd);
|
||||
/**
|
||||
* Bind a buffer to the renderer.
|
||||
*
|
||||
* All subsequent rendering operations will operate on the supplied buffer.
|
||||
* After rendering operations are done, the caller must unbind a buffer by
|
||||
* calling renderer_bind_buffer with a NULL buffer.
|
||||
*/
|
||||
bool renderer_bind_buffer(struct wlr_renderer *r, struct wlr_buffer *buffer);
|
||||
/**
|
||||
* Get the supported render formats. Buffers allocated with a format from this
|
||||
* list may be attached via wlr_renderer_begin_with_buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue