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