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