Class CLGLTexture3d<B extends Buffer>

    • Field Detail

      • GLID

        public final int GLID
        The OpenGL object handle.
      • target

        public final int target
      • mipMapLevel

        public final int mipMapLevel
    • Method Detail

      • getGLObjectID

        public int getGLObjectID()
        Description copied from interface: CLGLObject
        Returns the OpenGL object id of this shared object.
        Specified by:
        getGLObjectID in interface CLGLObject
      • getTextureTarget

        public int getTextureTarget()
      • getMipMapLevel

        public int getMipMapLevel()
      • getGLContext

        public com.jogamp.opengl.GLContext getGLContext()
        Description copied from interface: CLGLObject
        Returns the OpenGL context of this shared object.
        Specified by:
        getGLContext in interface CLGLObject
      • close

        @Deprecated
        public final void close()
        Deprecated.
        This method is not intended to be called from client code.
        Implementation detail, satisfying AutoCloseable. Might be remove as soon we have extension methods, but shall validate with Java 1.5 specs.
        Specified by:
        close in interface AutoCloseable
        See Also:
        AutoCloseable