render: remove GL calls from wlr_egl

This commit is contained in:
emersion 2018-03-27 17:02:48 -04:00
parent 1ed90541f9
commit c42fd1018b
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 16 additions and 16 deletions

View file

@ -28,6 +28,7 @@ struct wlr_gles2_renderer {
struct wlr_renderer wlr_renderer;
struct wlr_egl *egl;
const char *exts_str;
struct {
GLuint quad;