Uses of Interface
com.luciad.view.opengl.binding.ILcdGLByteBuffer
-
Uses of ILcdGLByteBuffer in com.luciad.view.opengl.binding
Modifier and TypeMethodDescriptionILcdGLBufferFactory.allocateByteBuffer
(int aCapacity) Deprecated.ILcdGLByteBuffer.asReadOnlyBuffer()
Deprecated.ILcdGLByteBuffer.compact()
Deprecated.ILcdGLByteBuffer.duplicate()
Deprecated.ILcdGLByteBuffer.get
(byte[] dst) Deprecated.ILcdGLByteBuffer.get
(byte[] dst, int offset, int length) Deprecated.ILcdGLByteBuffer.put
(byte f) Deprecated.ILcdGLByteBuffer.put
(byte[] src) Deprecated.ILcdGLByteBuffer.put
(byte[] src, int offset, int length) Deprecated.ILcdGLByteBuffer.put
(int index, byte f) Deprecated.ILcdGLByteBuffer.put
(ILcdGLByteBuffer src) Deprecated.ILcdGLByteBuffer.slice()
Deprecated.ILcdGLBufferFactory.wrap
(byte[] array) Deprecated.ILcdGLBufferFactory.wrap
(byte[] array, int offset, int length) Deprecated.ILcdGLBufferFactory.wrap
(ByteBuffer aBuffer) Deprecated.