Uses of Interface
com.luciad.view.opengl.binding.ILcdGLLongBuffer
Packages that use ILcdGLLongBuffer
-
Uses of ILcdGLLongBuffer in com.luciad.view.opengl.binding
Methods in com.luciad.view.opengl.binding that return ILcdGLLongBufferModifier 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.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLLongBuffer