mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render/pixman: implement preferred_read_format
This commit is contained in:
parent
0411dc0663
commit
30706b71fb
3 changed files with 24 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ struct wlr_pixman_texture {
|
|||
};
|
||||
|
||||
pixman_format_code_t get_pixman_format_from_drm(uint32_t fmt);
|
||||
uint32_t get_drm_format_from_pixman(pixman_format_code_t fmt);
|
||||
const uint32_t *get_pixman_drm_formats(size_t *len);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue