KhronosGroup / EGL-Registry

EGL API and Extension Registry
115 stars 105 forks source link

extensions: fix reference to token in EGL_EXT_buffer_age #138

Closed quantum5 closed 2 years ago

quantum5 commented 2 years ago

The extension refers to the constant EGL_BACK_BUFFER_AGE_EXT, which does not exist. Instead, it appears to refer to EGL_BUFFER_AGE_EXT, defined in this extension.

stonesthrow commented 2 years ago

Good catch!

stonesthrow commented 2 years ago

@oddhack, typo fix.