You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
360 B
9 lines
360 B
EGL_KHR_image
|
|
https://www.khronos.org/registry/egl/specs/eglspec.1.5.pdf
|
|
EGL_KHR_image
|
|
|
|
EGL_NO_IMAGE_KHR ((EGLImageKHR)0)
|
|
EGL_NATIVE_PIXMAP_KHR 0x30B0
|
|
EGLImageKHR eglCreateImageKHR (EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint * attrib_list)
|
|
EGLBoolean eglDestroyImageKHR (EGLDisplay dpy, EGLImageKHR image)
|