1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00
JUCE/modules/juce_opengl
attila a9779b4546 OpenGL: Fix missing buffered image after context detach
Prior to this commit a Component with setBufferedToImage (true) could
have its image buffer deleted when an OpenGL context was detached. This
meant that this Component continued to be rendered without buffering
even though it was previously requested that it use a buffer.
2025-11-19 14:07:59 +01:00
..
geometry Update licensing information 2024-04-16 11:39:35 +01:00
native Formatting: Remove double-dots from comments and other strings 2025-11-18 15:47:42 +00:00
opengl OpenGL: Fix missing buffered image after context detach 2025-11-19 14:07:59 +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.10 2025-09-15 09:30:11 +01:00
juce_opengl.mm Update licensing information 2024-04-16 11:39:35 +01:00