KhronosGroup / OpenGL-Refpages

OpenGL and OpenGL ES reference page sources, and generated HTML used as backing store for khronos.org
435 stars 135 forks source link

Fix a typo for glBlitFramebuffer in es3.x #29

Closed Richard-Yunchao closed 6 years ago

Richard-Yunchao commented 6 years ago

One more revision. PTAL. Thanks a lot!

Richard-Yunchao commented 6 years ago

I list these errors in GLES manual page because WebGL spec APIs refer to the APIs in GLES man page. You can take a look at the WebGL 2 spec at https://www.khronos.org/registry/webgl/specs/latest/2.0/

As you know, WebGL is based on GLES. For a particular WebGL API, say blitFramebuffer, WebGL spec would not list the same content for that API in GLES man page. It is redundant and unnecessary. It only lists the difference(s) between GLES and WebGL.

So it is important that the GLES man page itself is correct.