Uses of Interface
com.luciad.view.opengl.binding.ILcdGLShortBuffer
-
Uses of ILcdGLShortBuffer in com.luciad.view.opengl.binding
Modifier 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.