diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/render/gles2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/render/gles2.h b/include/wlr/render/gles2.h index 5bdf6edb..a97b495c 100644 --- a/include/wlr/render/gles2.h +++ b/include/wlr/render/gles2.h @@ -30,6 +30,7 @@ struct wlr_gles2_texture_attribs { bool has_alpha; }; +bool wlr_renderer_is_gles2(struct wlr_renderer *wlr_renderer); bool wlr_texture_is_gles2(struct wlr_texture *texture); void wlr_gles2_texture_get_attribs(struct wlr_texture *texture, struct wlr_gles2_texture_attribs *attribs); |