fullscreen
Class GLTextureUpdateHelper

java.lang.Object
  extended by fullscreen.GLTextureUpdateHelper

public class GLTextureUpdateHelper
extends Object

Opengl tends to erase textures when grabbing/releasing exclusive fullscreen mode. So this class here helps to update the textures (if in opengl mode)


Constructor Summary
GLTextureUpdateHelper()
           
 
Method Summary
static void update(FullScreenBase fs)
          Update the all the opengl textures belonging to a sketch imediately.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GLTextureUpdateHelper

public GLTextureUpdateHelper()
Method Detail

update

public static void update(FullScreenBase fs)
Update the all the opengl textures belonging to a sketch imediately.

Parameters:
fs - The fullscreen object
Throws:
NoSuchFieldException
SecurityException
IllegalAccessException
IllegalArgumentException


processing fullscreen api library by hansi, 2009.