Skip to content

[OpenGL ES] NV_pixel_buffer_object doesn't define GL_STREAM_READ #66

Description

@emersion

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 <GLES2/gl2.h> and <GLES2/gl2ext.h> 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions