1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

OpenGLFrameBuffer: Remove outdated info from docs

This commit is contained in:
reuk 2025-06-24 16:21:19 +01:00
parent ed8d89125a
commit 416da229f2
No known key found for this signature in database

View file

@ -81,7 +81,6 @@ public:
void saveAndRelease();
/** Restores the framebuffer content that was previously saved using saveAndRelease().
After saving to main memory, the original state can be restored by calling restoreToGPUMemory().
*/
bool reloadSavedCopy (OpenGLContext& context);