mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 20:04:09 +00:00
![Jonas Ådahl](/assets/img/avatar_default.png)
While for normal textures, GL_TEXTURE_2D should be used, when it's an external texture, binding it using GL_TEXTURE_2D results in an error. Reading the specification for GL_TEXTURE_EXTERNAL_OES it is unclear whether getting pixel data from a texture is possible, and tests show it doesn't result in any data, but in case it would eventually start working, at least bind the correct target for now. https://gitlab.gnome.org/GNOME/mutter/merge_requests/362
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%