| Package | Description |
|---|---|
| com.jme3.lwjgl3.utils |
| Modifier and Type | Method and Description |
|---|---|
static APIBuffer |
APIUtil.apiBuffer()
Returns a thread-local
APIBuffer that has been reset. |
static APIBuffer |
APIUtil.apiStack()
Returns a thread-local
APIBuffer, without resetting it. |
APIBuffer |
APIBuffer.pop()
Restores the last pushed parameter offset.
|
APIBuffer |
APIBuffer.push()
Pushes the current parameter offset to a stack.
|
APIBuffer |
APIBuffer.reset()
Resets the parameter offset to 0.
|