Module gl1

Interface FBOAttachment

All Known Implementing Classes:
GLSLShadowCube, GLSLShadowMap, GLSLShadowParallel, GLSLShadowPerspective, RenderBuffer, TextureRenderTarget

public interface FBOAttachment
  • Method Details

    • attachToFbo

      void attachToFbo(OpenGLState glState, int where)
    • create

      void create(OpenGLState glState, int FORMAT)
    • resize

      void resize(OpenGLState glState)
    • delete

      void delete(OpenGLState glState, boolean javaonly)
    • estimateSizeInByte

      int estimateSizeInByte()