Package com.luciad.view.opengl.binding
Interface ILcdGLBufferFactory
public interface ILcdGLBufferFactory
Deprecated.
Please use OpenGL API entry points that accept NIO buffers or primitive arrays as input
A factory that creates ILcdGLBuffer objects. ILcdGLBuffer is an abstraction
of java.nio.Buffer, and is used in the Luciad abstract OpenGL binding as a
common mechanism to pass arrays of data to OpenGL.
-
Method Summary
Modifier and TypeMethodDescriptionallocateByteBuffer
(int aCapacity) Deprecated.allocateCharBuffer
(int aCapacity) Deprecated.allocateDoubleBuffer
(int aCapacity) Deprecated.allocateFloatBuffer
(int aCapacity) Deprecated.allocateIntBuffer
(int aCapacity) Deprecated.allocateLongBuffer
(int aCapacity) Deprecated.allocateShortBuffer
(int aCapacity) Deprecated.wrap
(byte[] array) Deprecated.wrap
(byte[] array, int offset, int length) Deprecated.wrap
(char[] array) Deprecated.wrap
(char[] array, int offset, int length) Deprecated.wrap
(double[] array) Deprecated.wrap
(double[] array, int offset, int length) Deprecated.wrap
(float[] array) Deprecated.wrap
(float[] array, int offset, int length) Deprecated.wrap
(int[] array) Deprecated.wrap
(int[] array, int offset, int length) Deprecated.wrap
(long[] array) Deprecated.wrap
(long[] array, int offset, int length) Deprecated.wrap
(short[] array) Deprecated.wrap
(short[] array, int offset, int length) Deprecated.wrap
(ByteBuffer aBuffer) Deprecated.wrap
(CharBuffer aBuffer) Deprecated.wrap
(DoubleBuffer aBuffer) Deprecated.wrap
(FloatBuffer aBuffer) Deprecated.Deprecated.wrap
(LongBuffer aBuffer) Deprecated.wrap
(ShortBuffer aBuffer) Deprecated.
-
Method Details
-
allocateByteBuffer
Deprecated. -
allocateCharBuffer
Deprecated. -
allocateDoubleBuffer
Deprecated. -
allocateFloatBuffer
Deprecated. -
allocateIntBuffer
Deprecated. -
allocateLongBuffer
Deprecated. -
allocateShortBuffer
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated. -
wrap
Deprecated.
-