mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 14:50:10 +01:00
docs: Fix MESA_drm_image typo
This commit is contained in:
parent
efc82aef35
commit
7db49853f0
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Additions to the EGL 1.4 Specification:
|
|||
EGLImageKHR eglCreateDRMImageMESA(EGLDisplay dpy,
|
||||
const EGLint *attrib_list);
|
||||
|
||||
In the attribute list, pass EGL_WIDTH, EGL_EIGHT and format and
|
||||
In the attribute list, pass EGL_WIDTH, EGL_HEIGHT and format and
|
||||
use in the attrib list using EGL_DRM_BUFFER_FORMAT_MESA and
|
||||
EGL_DRM_BUFFER_USE_MESA. The only format specified by this
|
||||
extension is EGL_DRM_BUFFER_FORMAT_ARGB32_MESA, where each pixel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue