Skip to content

render/gles2: check external-only flag in get_or_create_buffer()

Simon Ser requested to merge emersion/wlroots:gles2-check-external-only into master

If the external-only flag is set, then the EGLImage is only supported for use with GL_TEXTURE_EXTERNAL_OES texture targets. In particular, the EGLImage cannot be bound to a RBO.

Merge request reports