Maven module :un.engine : engine-opengl-util :
Class :
un.impl.opengl.GLBuffer
Extends/Implements :
un.api.buffer.AbstractBuffer
Subclasses : -
Variables : -
Functions :
GLBuffer,
isWritable,
copy,
getBufferByteSize,
getBackEnd,
readByte,
readByte,
writeByte,
writeByte,
dispose,
finalize,
dispose
public void
GLBuffer (ByteBuffer buffer, int primitiveType, NumberEncoding encoding)
public boolean
isWritable ()
public Buffer
copy ()
public long
getBufferByteSize ()
public ByteBuffer
getBackEnd ()
public byte
readByte (long offset)
public void
readByte (byte[] array, int arrayOffset, int length, long offset)
public void
writeByte (byte value, long offset)
public void
writeByte (byte[] array, int arrayOffset, int length, long offset)
public void
dispose ()
protected void
finalize ()
public void
dispose (java.nio.Buffer buffer)