Class: NativeShortBuffer
This page documents the methods and fields available in the NativeShortBuffer class.
Members
| Signature | Description |
|---|---|
NativeShortBuffer(int) | Creates a new instance of NativeShortBuffer. |
capacity() | Performs the capacity operation. |
get(int) | Returns the current value. |
getPosition() | Returns the current position. |
isVboEnabled() | Returns whether vbo enabled is true. |
position(int) | Performs the position operation using the provided parameters (idx). |
put(short) | Sets or updates the the value. |
set(int, short) | Sets or updates the the value. |
setPosition(int) | Sets or updates the position. |
setVboEnabled(boolean) | Sets or updates the vbo enabled. |