Package com.luciad.view.opengl.binding
Interface ILcdGLShortBuffer
- 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
short
.-
Method Summary
Modifier and TypeMethodDescriptionshort[]
array()
Deprecated.int
Deprecated.Deprecated.compact()
Deprecated.Deprecated.short
get()
Deprecated.short
get
(int index) Deprecated.get
(short[] dst) Deprecated.get
(short[] dst, int offset, int length) Deprecated.boolean
hasArray()
Deprecated.put
(int index, short f) Deprecated.put
(short f) Deprecated.put
(short[] src) Deprecated.put
(short[] src, int offset, int length) Deprecated.put
(ILcdGLShortBuffer src) Deprecated.slice()
Deprecated.
-
Method Details
-
slice
ILcdGLShortBuffer slice()Deprecated. -
duplicate
ILcdGLShortBuffer duplicate()Deprecated. -
asReadOnlyBuffer
ILcdGLShortBuffer asReadOnlyBuffer()Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
get
Deprecated.- Throws:
IndexOutOfBoundsException
-
get
ILcdGLShortBuffer get(short[] dst, int offset, int length) throws TLcdGLBufferUnderflowException, IndexOutOfBoundsException Deprecated. -
get
Deprecated.- Throws:
TLcdGLBufferUnderflowException
-
put
Deprecated. -
put
ILcdGLShortBuffer put(int index, short f) throws IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLShortBuffer put(ILcdGLShortBuffer src) throws TLcdGLBufferOverflowException, IllegalArgumentException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLShortBuffer put(short[] src, int offset, int length) throws TLcdGLBufferOverflowException, IndexOutOfBoundsException, TLcdGLReadOnlyBufferException Deprecated. -
put
ILcdGLShortBuffer put(short[] src) throws TLcdGLBufferOverflowException, TLcdGLReadOnlyBufferException Deprecated. -
hasArray
boolean hasArray()Deprecated. -
array
Deprecated. -
arrayOffset
Deprecated. -
compact
Deprecated.- Throws:
TLcdGLReadOnlyBufferException
-