mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
The crash fixed by this commit could be triggered by attaching an OpenGL
context to a component, calling setBufferedToImage (true) on one of its
child components, and then detaching the OpenGL context from the parent.
Since
|
||
|---|---|---|
| .. | ||
| geometry | ||
| native | ||
| opengl | ||
| utils | ||
| juce_opengl.cpp | ||
| juce_opengl.h | ||
| juce_opengl.mm | ||