zombie.core.textures
Class TextureFBO
java.lang.Object
zombie.core.textures.TextureFBO
public class TextureFBO
- extends java.lang.Object
- Author:
- LEMMY
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextureFBO
public TextureFBO(ITexture destination)
throws java.lang.Exception
- Throws:
java.lang.Exception
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)