mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
8 lines
481 B
Plaintext
8 lines
481 B
Plaintext
EGL_EXT_platform_base
|
|
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
|
|
EGL_EXT_platform_base
|
|
|
|
EGLSurface eglCreatePlatformPixmapSurfaceEXT (EGLDisplay dpy, EGLConfig config, void * native_pixmap, const EGLint * attrib_list)
|
|
EGLSurface eglCreatePlatformWindowSurfaceEXT (EGLDisplay dpy, EGLConfig config, void * native_window, const EGLint * attrib_list)
|
|
EGLDisplay eglGetPlatformDisplayEXT (EGLenum platform, void * native_display, const EGLint * attrib_list)
|