Package zombie.core.textures
Class TextureFBO
java.lang.Object
zombie.core.textures.TextureFBO
public final 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
destroyLeaveTexture()
void
endDrawing()
int
getBufferId()
static int
getCurrentID()
static IGLFramebufferObject
getFuncs()
int
getHeight()
ITexture
getTexture()
int
getWidth()
boolean
isDestroyed()
void
releaseTexture()
static void
reset()
void
setTexture(Texture texture)
void
startDrawing()
void
startDrawing(boolean boolean1, boolean boolean2)
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
-
TextureFBO
-
-
Method Details
-
swapTexture
-
getFuncs
-
checkFBOSupport
public static boolean checkFBOSupport() -
destroy
public void destroy() -
destroyLeaveTexture
public void destroyLeaveTexture() -
releaseTexture
public void releaseTexture() -
endDrawing
public void endDrawing() -
getTexture
-
getBufferId
public int getBufferId() -
isDestroyed
public boolean isDestroyed() -
startDrawing
public void startDrawing() -
startDrawing
public void startDrawing(boolean boolean1, boolean boolean2) -
setTexture
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getCurrentID
public static int getCurrentID() -
reset
public static void reset()
-