KhronosGroup / OpenGL-API

OpenGL and OpenGL ES API Issue Tracker
34 stars 5 forks source link

Bug in GLES 3.2 Spec: TexImage2DMultisample should be TexStorage2DMultisample #27

Closed Richard-Yunchao closed 6 years ago

Richard-Yunchao commented 6 years ago

Page 182, in section 8.8 in OpenGL ES 3.2 spec at https://www.khronos.org/registry/OpenGL/specs/es/3.2/es_spec_3.2.pdf, the "TexImage2DMultisample" should be "TexStorage2DMultisample".

In addition, I suppose that TexImage2DMultisample is not exposed in GLES 3.2. So the second "TexImage2DMultisample" at section on page 568 should be removed (I suppose this one is auto-generated from the one on page 182).

pdaniell-nv commented 6 years ago

Agreed this should say "TexStorage2DMultisample". Assigned to @oddhack to make the fix.

oddhack commented 6 years ago

This will be fixed in the next spec update, coming soon.