mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
render/egl: remove wlr_egl.external_only_dmabuf_formats
Replace it with wlr_egl.dmabuf_render_formats.
This commit is contained in:
parent
1f15dd093d
commit
83a5d03bf3
2 changed files with 1 additions and 38 deletions
|
|
@ -79,7 +79,6 @@ struct wlr_egl {
|
|||
|
||||
struct wlr_drm_format_set dmabuf_texture_formats;
|
||||
struct wlr_drm_format_set dmabuf_render_formats;
|
||||
EGLBoolean **external_only_dmabuf_formats;
|
||||
};
|
||||
|
||||
// TODO: Allocate and return a wlr_egl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue