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