Class FboManager

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

public class FboManager extends Object
  • Constructor Details

    • FboManager

      public FboManager()
  • Method Details

    • createFbo

      public Fbo createFbo(String name, int fboWidth, int fboHeight)
    • createFboMRT

      public FboMRT createFboMRT(String name, int fboWidth, int fboHeight, int numColorAttachments)
    • getOrCreateFbo

      public Fbo getOrCreateFbo(String name, int fboWidth, int fboHeight)
    • getOrCreateFboMRT

      public FboMRT getOrCreateFboMRT(String name, int fboWidth, int fboHeight, int numColorAttachments)
    • deleteFboMRT

      public void deleteFboMRT(String name)
    • getFboMRT

      public FboMRT getFboMRT(String name)
    • getFbo

      public Fbo getFbo(String name)
    • deleteFbo

      public void deleteFbo(String name)
    • deleteAllFbos

      public void deleteAllFbos()