EGL_KHR_image_pixmap#

Supported Hardware#

Series5, Series5XT, Series6, Series6XE, Series6XT

Valid APIs#

EGL 1.2, 1.3, 1.4, 1.5

Description#

This extension extends EGL_KHR_image_base and enables the creation of an EGLImage an EGLNativePixmapType.

Note

This extension is not explicitly exposed on PowerVR hardware but is implied as supported whenever EGL_KHR_image is present, as it is a compound extension which includes both this and EGL_KHR_image_base.

Example#

// Create an EGLImageKHR from an EGL Pixmap
EGLImageKHR eglImage = eglCreateImageKHR(eglDisplay, eglOpenGLESContext, EGL_NATIVE_PIXMAP_KHR, (EGLClientBuffer)anEGLPixmap, NULL);