diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-10-08 10:04:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 10:04:33 -0400 |
commit | 1908d88fab23660e863928d8fc874bad4593b087 (patch) | |
tree | 6c04d433e9a1203554639d21fad3f1197cef5cee /include | |
parent | 2f36e78de1da5ca8ef3a975674b02bcc988cd06a (diff) | |
parent | c0e5feea37dbc95675face03bc4707ad09db20b8 (diff) |
Merge pull request #236 from ascent12/gl-loader
Add GL/EGL extension loader generator
Diffstat (limited to 'include')
-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; |