mirror of
https://github.com/processing/processing4.git
synced 2026-02-26 16:54:33 +01:00
Added reinitSurface() method to PGL/PJOGL backend. Does not destroy the
active canvas and keeps the current capabilities, but triggers a reset of the allocated FBOs.
This commit is contained in:
@@ -328,6 +328,9 @@ public abstract class PGL {
|
||||
protected abstract void initSurface(int antialias);
|
||||
|
||||
|
||||
protected abstract void reinitSurface();
|
||||
|
||||
|
||||
protected abstract void registerListeners();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user