Package zombie.core.textures
Class TextureFBO
java.lang.Object
zombie.core.textures.TextureFBO
public class TextureFBO
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TextureFBO(ITexture destination)TextureFBO(ITexture destination, boolean b3D) -
Method Summary
Modifier and Type Method Description static booleancheckFBOSupport()voiddestroy()voidendDrawing()ITexturegetTexture()booleanisDestroyed()voidstartDrawing()voidstartDrawing(boolean clear, boolean clearToAlphaZero)voidstartDrawingBasic(boolean clear)voidswapTexture(ITexture newTex)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TextureFBO
- Throws:
java.lang.Exception
-
TextureFBO
- Throws:
java.lang.Exception
-
-
Method Details
-
checkFBOSupport
public static final boolean checkFBOSupport() -
destroy
public void destroy() -
endDrawing
public void endDrawing() -
getTexture
-
isDestroyed
public boolean isDestroyed() -
startDrawing
public void startDrawing() -
startDrawingBasic
public void startDrawingBasic(boolean clear) -
startDrawing
public void startDrawing(boolean clear, boolean clearToAlphaZero) -
swapTexture
-