Uses of Interface
com.luciad.view.opengl.binding.ILcdGLShortBuffer
Packages that use ILcdGLShortBuffer
-
Uses of ILcdGLShortBuffer in com.luciad.view.opengl.binding
Methods in com.luciad.view.opengl.binding that return ILcdGLShortBufferModifier and TypeMethodDescriptionILcdGLBufferFactory.allocateShortBuffer(int aCapacity) Deprecated.ILcdGLShortBuffer.asReadOnlyBuffer()Deprecated.ILcdGLShortBuffer.compact()Deprecated.ILcdGLShortBuffer.duplicate()Deprecated.ILcdGLShortBuffer.get(short[] dst) Deprecated.ILcdGLShortBuffer.get(short[] dst, int offset, int length) Deprecated.ILcdGLShortBuffer.put(int index, short f) Deprecated.ILcdGLShortBuffer.put(short f) Deprecated.ILcdGLShortBuffer.put(short[] src) Deprecated.ILcdGLShortBuffer.put(short[] src, int offset, int length) Deprecated.ILcdGLShortBuffer.put(ILcdGLShortBuffer src) Deprecated.ILcdGLShortBuffer.slice()Deprecated.ILcdGLBufferFactory.wrap(short[] array) Deprecated.ILcdGLBufferFactory.wrap(short[] array, int offset, int length) Deprecated.ILcdGLBufferFactory.wrap(ShortBuffer aBuffer) Deprecated.Methods in com.luciad.view.opengl.binding with parameters of type ILcdGLShortBuffer