KhronosGroup / KhronosGroup/OpenGL-API
[OpenGL ES] NV_pixel_buffer_object doesn't define GL_STREAM_READ
Ouverte
- Langage dominant
- Aucune donnée de langage
- Étoiles
- 42
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.