Package com.luciad.view.opengl.binding
Interface ILcdPointerBuffer<T>
public interface ILcdPointerBuffer<T>
-
Method Details
-
get
T get() -
put
-
get
long get(int aIndex) -
position
-
rewind
ILcdPointerBuffer<T> rewind() -
put
-
capacity
int capacity() -
limit
int limit()
-