1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_opengl
reuk c2d52a5499
OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed
This addresses an issue where OpenGL-backed image content could get lost
when putting and Android app into an inactive state. This happens
because the GL context gets destroyed, freeing all associated resources.

The workaround introduced here will listen for OpenGL state-change
events, and attempt to save and restore framebuffer content into main
memory, so that the content can be restored once the app is reactivated.
2025-07-09 11:24:43 +01:00
..
geometry Update licensing information 2024-04-16 11:39:35 +01:00
native OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed 2025-07-09 11:24:43 +01:00
opengl OpenGLFrameBuffer: Automatically save/restore content when the context is paused/resumed 2025-07-09 11:24:43 +01:00
utils Update licensing information 2024-04-16 11:39:35 +01:00
juce_opengl.cpp OpenGLFrameBuffer: Refactor to move stored OpenGLContext out of TransientState 2025-07-09 11:24:43 +01:00
juce_opengl.h Bump version number to 8.0.8 2025-06-02 09:24:54 +01:00
juce_opengl.mm Update licensing information 2024-04-16 11:39:35 +01:00