Package zombie.core.textures
Class TextureFBO
java.lang.Object
zombie.core.textures.TextureFBO
-
Constructor Summary
ConstructorsConstructorDescriptionTextureFBO(ITexture iTexture) TextureFBO(ITexture iTexture, boolean boolean1) -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanvoiddestroy()voidvoidintstatic intstatic IGLFramebufferObjectgetFuncs()intintgetWidth()booleanvoidstatic voidreset()voidsetTexture(Texture texture) voidvoidstartDrawing(boolean boolean1, boolean boolean2) voidswapTexture(ITexture iTexture)
-
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()
-