Class FboMRT

java.lang.Object
com.gaia3d.renderer.engine.fbo.FboMRT

public class FboMRT extends Object
  • Constructor Details

    • FboMRT

      public FboMRT(String name, int fboWidth, int fboHeight, int numColorAttachments)
  • Method Details

    • bind

      public void bind()
    • unbind

      public void unbind()
    • getColorTextureId

      public int getColorTextureId(int index)
    • readPixels

      public ByteBuffer readPixels(int index, int format)
    • getBytesArray

      public byte[] getBytesArray(int index, int format)
    • getBufferedImage

      public BufferedImage getBufferedImage(int index, int bufferedImageType)
    • cleanup

      public void cleanup()
    • getNumColorAttachments

      public int getNumColorAttachments()