diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-10-08 13:19:25 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-10-08 13:23:41 +1300 |
commit | c0e5feea37dbc95675face03bc4707ad09db20b8 (patch) | |
tree | a2309c2885ad4c88d5e46bd8f8e2ba6935c326b9 /include/wlr/egl.h | |
parent | 543601e86c24ad6ed630aba0cf615bfb585c19e7 (diff) |
Add GL/EGL extension loader generator
Diffstat (limited to 'include/wlr/egl.h')
-rw-r--r-- | include/wlr/egl.h | 9 |
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; |