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:
Benjamin Maus
2013-10-05 18:35:55 +02:00
parent b68a7834e3
commit 047d771fb7
2 changed files with 12 additions and 0 deletions

View File

@@ -328,6 +328,9 @@ public abstract class PGL {
protected abstract void initSurface(int antialias);
protected abstract void reinitSurface();
protected abstract void registerListeners();