Class TextureFBODepth
java.lang.Object
zombie.core.textures.TextureFBODepth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidblitDepth(float float3, float float2, float float1, float float0) static booleanvoiddestroy()voidvoidintstatic intstatic IGLFramebufferObjectgetFuncs()intintgetWidth()booleanvoidstatic voidreset()voidsetTexture(Texture texturex) voidvoidstartDrawing(boolean boolean0) voidswapTexture(ITexture iTexture)
-
Field Details
-
lastID
public static int lastID
-
-
Constructor Details
-
TextureFBODepth
-
-
Method Details
-
swapTexture
-
getFuncs
-
blitDepth
public void blitDepth(float float3, float float2, float float1, float float0) -
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 boolean0) -
setTexture
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getCurrentID
public static int getCurrentID() -
reset
public static void reset()
-