Skip to content

Commit

Permalink
extensions: Add EGL_EXT_explicit_device (KhronosGroup#157)
Browse files Browse the repository at this point in the history
* extensions: Add EGL_EXT_explicit_device

Signed-off-by: Adam Jackson <[email protected]>

* extensions: Update to EGL_EXT_explicit_device

Change the error behavior so that eglGetPlatformDisplay has to check for
compatibility, instead of letting it fail later in eglInitialize.

Also clarified the difference between EGL_EXT_explicit_device and
EGL_EXT_platform_device in the overview.

Co-authored-by: Adam Jackson <[email protected]>
  • Loading branch information
kbrenneman and nwnk authored May 25, 2022
1 parent a09f7a4 commit dd530f8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions egl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3523,5 +3523,10 @@
<enum name="EGL_DRM_RENDER_NODE_FILE_EXT"/>
</require>
</extension>
<extension name="EGL_EXT_explicit_device" supported="egl">
<require>
<enum name="EGL_DEVICE_EXT"/>
</require>
</extension>
</extensions>
</registry>

0 comments on commit dd530f8

Please sign in to comment.