aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-10-08 13:19:25 +1300
committerScott Anderson <ascent12@hotmail.com>2017-10-08 13:23:41 +1300
commitc0e5feea37dbc95675face03bc4707ad09db20b8 (patch)
treea2309c2885ad4c88d5e46bd8f8e2ba6935c326b9 /include/wlr
parent543601e86c24ad6ed630aba0cf615bfb585c19e7 (diff)
Add GL/EGL extension loader generator
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/egl.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/wlr/egl.h b/include/wlr/egl.h
index 25329175..9ab4d9ce 100644
--- a/include/wlr/egl.h
+++ b/include/wlr/egl.h
@@ -10,15 +10,6 @@ struct wlr_egl {
EGLConfig config;
EGLContext context;
- PFNEGLGETPLATFORMDISPLAYEXTPROC get_platform_display;
- PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPROC create_platform_window_surface;
-
- PFNEGLCREATEIMAGEKHRPROC eglCreateImageKHR;
- PFNEGLDESTROYIMAGEKHRPROC eglDestroyImageKHR;
- PFNEGLQUERYWAYLANDBUFFERWL eglQueryWaylandBufferWL;
- PFNEGLBINDWAYLANDDISPLAYWL eglBindWaylandDisplayWL;
- PFNEGLUNBINDWAYLANDDISPLAYWL eglUnbindWaylandDisplayWL;
-
const char *egl_exts;
const char *gl_exts;