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