mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 02:04:15 +00:00
[client] egl: use persistant mapped texture buffers
While it is recommended to use memory barriers when updating a buffer like we are, since we double buffer it is unlikely we will corrupt a prior frame, and even if we do since it's just texture data at worst we might see a tear.
This commit is contained in: