zombie.core.textures
Class TextureFBO

java.lang.Object
  extended by zombie.core.textures.TextureFBO

public class TextureFBO
extends java.lang.Object

Author:
LEMMY

Constructor Summary
TextureFBO(ITexture destination)
           
 
Method Summary
static boolean checkFBOSupport()
           
 void destroy()
           
 void endDrawing()
           
 ITexture getTexture()
           
 boolean isDestroyed()
           
 void startDrawing()
           
 void startDrawing(boolean clear)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextureFBO

public TextureFBO(ITexture destination)
           throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

checkFBOSupport

public static final boolean checkFBOSupport()

destroy

public void destroy()

endDrawing

public void endDrawing()

getTexture

public ITexture getTexture()

isDestroyed

public boolean isDestroyed()

startDrawing

public void startDrawing()

startDrawing

public void startDrawing(boolean clear)