mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-04 02:30:02 +00:00

The existing code would overwrite the texture's data even if the texture is currently being used to render to screen. This changeset generates a texture for each buffer preventing this invalid usage.