1
0
Fork 0
mirror of https://github.com/hyprwm/wlroots-hyprland.git synced 2025-02-12 16:52:07 +01:00
wlroots-hyprland/include/wlr/render/gles2.h
2018-02-12 21:29:23 +01:00

10 lines
206 B
C

#ifndef WLR_RENDER_GLES2_H
#define WLR_RENDER_GLES2_H
#include <wlr/backend.h>
#include <wlr/render.h>
struct wlr_egl;
struct wlr_renderer *wlr_gles2_renderer_create(struct wlr_backend *backend);
#endif