Interface FrameBufferAttachment

All Known Implementing Classes:
GlTexture, GlTextureView

public interface FrameBufferAttachment
  • Method Details

    • glId

      int glId()
    • fboMipLevel

      int fboMipLevel()
    • addAssociatedFbo

      void addAssociatedFbo(FrameBufferCache.CacheKey fboKey)
    • removeAssociatedFbo

      void removeAssociatedFbo(FrameBufferCache.CacheKey fboKey)
    • hasStencilAspect

      default boolean hasStencilAspect()