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