Class TLcdGLInvalidMarkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.luciad.view.opengl.binding.TLcdGLInvalidMarkException
All Implemented Interfaces:
Serializable

public class TLcdGLInvalidMarkException extends RuntimeException
Deprecated.
Please use OpenGL API entry points that accept NIO buffers or primitive arrays as input
Thrown if an ILcdGLBuffer is reset while its mark is not defined.
See Also:
  • Constructor Details

    • TLcdGLInvalidMarkException

      public TLcdGLInvalidMarkException()
      Deprecated.
    • TLcdGLInvalidMarkException

      public TLcdGLInvalidMarkException(String message)
      Deprecated.