Class TextureFBODepth
java.lang.Object
zombie.core.textures.TextureFBODepth
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
blitDepth
(float float3, float float2, float float1, float float0) static boolean
void
destroy()
void
void
int
static int
static IGLFramebufferObject
getFuncs()
int
int
getWidth()
boolean
void
static void
reset()
void
setTexture
(Texture texturex) void
void
startDrawing
(boolean boolean0) void
swapTexture
(ITexture texturex)
-
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()
-