KhronosGroup / EGL-Registry

EGL API and Extension Registry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eglCreatePlatformWindowSurface EGL_GL_COLORSPACE default value

pauloAndroid opened this issue · comments

For eglCreatePlatformWindowSurface the attribute EGL_GL_COLORSPACE default value is EGL_GL_COLORSPACE_LINEAR in the pdf reference, but EGL_GL_COLORSPACE_SRGB in the web reference.

Jon, looks like man page is not matching the spec on the GL_COLORSPACE attribute.
Please fix man page. thx.

Fixed. Note that it may take a little while for the git fix to propagate to the khronos.org/registry/EGL registry.

Thanks oddhack.