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 boolean
checkFBOSupport()
void
destroy()
void
endDrawing()
ITexture
getTexture()
boolean
isDestroyed()
void
startDrawing()
void
startDrawing(boolean clear, boolean clearToAlphaZero)
void
startDrawingBasic(boolean clear)
void
swapTexture(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
-