KhronosGroup / KhronosGroup/OpenGL-API
[OpenGL ES] NV_pixel_buffer_object doesn't define GL_STREAM_READ
Open
- Dominant language
- No language data
- Stars
- 42
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
OpenGL ES 2.0 core only defines `GL_STREAM_WRITE`. `NV_pixel_buffer_object` advertises that it allows "Asynchronous glReadPixels". The code examples use `GL_STREAM_READ`. However including both `` and `` isn't enough to get access to this symbol necessary for creating a PBO that can be read from. No other GLES2 extension seems to define it.
Is this an oversight?
cc @pow2clk
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.