mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-18 21:38:10 +00:00
[client] egl: don't map the texture until it's needed
The texture buffer may still be in use if we try to re-map it immediately, instead only map when we need it mapped, and unmap immediately after advancing the offset allowing the render thread to continue while the unmap operation occurs
This commit is contained in: