Class GLFrameBuffer.FrameBufferTextureAttachmentSpec

  • Enclosing class:
    GLFrameBuffer<T extends GLTexture>

    protected static class GLFrameBuffer.FrameBufferTextureAttachmentSpec
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isColorTexture()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrameBufferTextureAttachmentSpec

        public FrameBufferTextureAttachmentSpec​(int internalformat,
                                                int format,
                                                int type)
    • Method Detail

      • isColorTexture

        public boolean isColorTexture()