Package com.jogamp.opengl
Interface GLStateKeeper.Listener
- Enclosing interface:
- GLStateKeeper
public static interface GLStateKeeper.Listener
Listener for preserve and restore notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked before preservation.void
glStateRestored
(GLStateKeeper glsk) Invoked after restoration.
-
Method Details
-
glStatePreserveNotify
Invoked before preservation. -
glStateRestored
Invoked after restoration.
-