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