mirror of
https://github.com/nigels-com/glew.git
synced 2025-04-21 16:12:53 +00:00
8 lines
394 B
Plaintext
8 lines
394 B
Plaintext
EGL_NV_native_query
|
|
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
|
|
EGL_NV_native_query
|
|
|
|
EGLBoolean eglQueryNativeDisplayNV (EGLDisplay dpy, EGLNativeDisplayType * display_id)
|
|
EGLBoolean eglQueryNativePixmapNV (EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType * pixmap)
|
|
EGLBoolean eglQueryNativeWindowNV (EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType * window)
|