KhronosGroup / KhronosGroup/OpenGL-API
[OpenGL ES] NV_pixel_buffer_object doesn't define GL_STREAM_READ
Đang mở
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 42
- Fork
- 8
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.