You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The image is taken from the framebuffer exactly as if these arguments were passed to CopyPixels (see section 18.3) with argument type set to COLOR, DEPTH, DEPTH_STENCIL, or STENCIL_INDEX, depending on internalformat, stopping after conversion of depth values.
However, section 18.3 does not mention any behavior for CopyPixels. Funnily enough, the changelog says that this text should be moved into this section, but it seems this was forgotten.
Pixel copying - CopyPixels (the comments also applying to CopyTexImage will be moved to section 8.6).
The text was updated successfully, but these errors were encountered:
We can put that on the queue for the next time we do a spec update. From the wording I suspect that was a to-do item that was lost track of and rebooting my memory of the pixel/texel deprecated/non-deprecated language will be a project.
I assume it's valid to use the compatibility specification for implementation reference here, since it still has the proper spec language, but I still figured I'd point out the editorial error.
https://registry.khronos.org/OpenGL/specs/gl/glspec46.core.pdf#page=240
However, section 18.3 does not mention any behavior for CopyPixels. Funnily enough, the changelog says that this text should be moved into this section, but it seems this was forgotten.
The text was updated successfully, but these errors were encountered: