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 iTexture)
TextureFBO(ITexture iTexture, boolean boolean1)
-
Method Summary
Modifier and Type Method Description static boolean
checkFBOSupport()
void
destroy()
void
endDrawing()
int
getBufferId()
ITexture
getTexture()
boolean
isDestroyed()
void
startDrawing()
void
startDrawing(boolean boolean1, boolean boolean2)
void
startDrawingBasic(boolean boolean1)
void
swapTexture(ITexture iTexture)
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
-
getBufferId
public int getBufferId() -
isDestroyed
public boolean isDestroyed() -
startDrawing
public void startDrawing() -
startDrawingBasic
public void startDrawingBasic(boolean boolean1) -
startDrawing
public void startDrawing(boolean boolean1, boolean boolean2) -
swapTexture
-