Class TextureFBO

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

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

    • TextureFBO

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

      public TextureFBO​(ITexture iTexture, boolean boolean1) 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()
    • getBufferId

      public int getBufferId()
    • isDestroyed

      public boolean isDestroyed()
    • startDrawing

      public void startDrawing()
    • startDrawingBasic

      public void startDrawingBasic​(boolean boolean1)
    • startDrawing

      public void startDrawing​(boolean boolean1, boolean boolean2)
    • swapTexture

      public void swapTexture​(ITexture iTexture)