Interface GLStateKeeper.Listener

Enclosing interface:
GLStateKeeper

public static interface GLStateKeeper.Listener
Listener for preserve and restore notifications.
  • Method Details

    • glStatePreserveNotify

      void glStatePreserveNotify(GLStateKeeper glsk)
      Invoked before preservation.
    • glStateRestored

      void glStateRestored(GLStateKeeper glsk)
      Invoked after restoration.