Package com.luciad.view.opengl.binding
Interface ILcdGLLongBuffer
- All Superinterfaces:
ILcdGLBuffer
Deprecated.
Please use OpenGL API entry points that accept NIO buffers or primitive arrays as input
An ILcdGLBuffer for elements of type
long
.-
Method Summary
Modifier and TypeMethodDescriptionlong[]
array()
Deprecated.int
Deprecated.Deprecated.compact()
Deprecated.Deprecated.long
get()
Deprecated.long
get
(int index) Deprecated.get
(long[] dst) Deprecated.get
(long[] dst, int offset, int length) Deprecated.boolean
hasArray()
Deprecated.put
(int index, long f) Deprecated.put
(long f) Deprecated.put
(long[] src) Deprecated.put
(long[] src, int offset, int length) Deprecated.put
(ILcdGLLongBuffer src) Deprecated.slice()
Deprecated.
-
Method Details
-
slice
ILcdGLLongBuffer slice()Deprecated. -
duplicate
ILcdGLLongBuffer duplicate()Deprecated. -
asReadOnlyBuffer
ILcdGLLongBuffer asReadOnlyBuffer()Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
get
Deprecated.- Throws:
IndexOutOfBoundsException
-
get
ILcdGLLongBuffer get(long[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, IndexOutOfBoundsException Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
put
Deprecated. -
put
ILcdGLLongBuffer put(int index, long f) throws IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLLongBuffer put(ILcdGLLongBuffer src) throws TLcdGLBufferOverflowException, IllegalArgumentException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLLongBuffer put(long[] src, int offset, int length) throws TLcdGLBufferOverflowException, IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLLongBuffer put(long[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException Deprecated. -
hasArray
boolean hasArray()Deprecated. -
array
Deprecated. -
arrayOffset
Deprecated. -
compact
Deprecated.- Throws:
TLcdGLReadOnlyBufferException
-