Class RenderTexture
java.lang.Object
zombie.core.rendering.RenderTarget
zombie.core.rendering.RenderTexture
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintbooleanintintintintintintFields inherited from class zombie.core.rendering.RenderTarget
buffer, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidBindDraw()voidBindRead()voidvoidvoidCopyTexture(RenderTarget arg0) voidCopyTexture(RenderTarget arg0, org.lwjgl.util.Rectangle arg1, org.lwjgl.util.Rectangle arg2) intstatic RenderTexturestatic RenderTextureintGetWidth()Recreate()Methods inherited from class zombie.core.rendering.RenderTarget
Blit, Blit, Create, Destroy, DrawFullScreenQuad, DrawFullScreenTri, GetTarget, toString, UnbindTarget
-
Field Details
-
colour
public int colour -
depth
public int depth -
stencil
public int stencil -
width
public int width -
height
public int height -
length
public int length -
colourFormat
public int colourFormat -
depthFormat
public int depthFormat -
depthAsTexture
public boolean depthAsTexture -
wrappingMode
public int wrappingMode
-
-
Constructor Details
-
RenderTexture
-
RenderTexture
-
-
Method Details
-
GetWidth
public int GetWidth()- Specified by:
GetWidthin classRenderTarget
-
GetHeight
public int GetHeight()- Specified by:
GetHeightin classRenderTarget
-
BindRead
public void BindRead()- Overrides:
BindReadin classRenderTarget
-
BindDraw
public void BindDraw()- Overrides:
BindDrawin classRenderTarget
-
BindTexture
public void BindTexture()- Specified by:
BindTexturein classRenderTarget
-
BindDepth
public void BindDepth() -
BindStencil
public void BindStencil() -
CopyTexture
-
CopyTexture
public void CopyTexture(RenderTarget arg0, org.lwjgl.util.Rectangle arg1, org.lwjgl.util.Rectangle arg2) -
Recreate
-
GetTarget
-
GetTexture
-