mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-17 08:56:28 -05:00
render: use DRM formats in wlr_renderer_get_shm_texture_formats
This commit is contained in:
parent
549435aee5
commit
ddfee63055
6 changed files with 17 additions and 17 deletions
|
|
@ -85,7 +85,7 @@ void wlr_render_ellipse_with_matrix(struct wlr_renderer *r,
|
|||
* Get the shared-memory formats supporting import usage. Buffers allocated
|
||||
* with a format from this list may be imported via wlr_texture_from_pixels.
|
||||
*/
|
||||
const enum wl_shm_format *wlr_renderer_get_shm_texture_formats(
|
||||
const uint32_t *wlr_renderer_get_shm_texture_formats(
|
||||
struct wlr_renderer *r, size_t *len);
|
||||
/**
|
||||
* Returns true if this wl_buffer is a wl_drm buffer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue