Class TextureFBO

java.lang.Object
zombie.core.textures.TextureFBO

public class TextureFBO
extends java.lang.Object
  • Constructor Details

    • TextureFBO

      public TextureFBO​(ITexture destination) throws java.lang.Exception
      Throws:
      java.lang.Exception
    • TextureFBO

      public TextureFBO​(ITexture destination, boolean b3D) throws java.lang.Exception
      Throws:
      java.lang.Exception
  • Method Details

    • checkFBOSupport

      public static final boolean checkFBOSupport()
    • destroy

      public void destroy()
    • endDrawing

      public void endDrawing()
    • getTexture

      public ITexture getTexture()
    • isDestroyed

      public boolean isDestroyed()
    • startDrawing

      public void startDrawing()
    • startDrawingBasic

      public void startDrawingBasic​(boolean clear)
    • startDrawing

      public void startDrawing​(boolean clear, boolean clearToAlphaZero)
    • swapTexture

      public void swapTexture​(ITexture newTex)