KhronosGroup / EGL-Registry

EGL API and Extension Registry
115 stars 105 forks source link

extensions: Correct a couple of extension types. #163

Closed kbrenneman closed 2 years ago

kbrenneman commented 2 years ago

Minor fix for the EGL_EXT_explicit_device and EGL_EXT_platform_device specs, which are incorrectly labeled as device extensions.

They both use EGLDevices, but they're listed via eglQueryString as client extensions.

fooishbar commented 2 years ago

Oops! LGTM.

stonesthrow commented 2 years ago

@oddhack - simple fix please merge.