Uses of Class
com.jme3.lwjgl3.utils.APIBuffer
Packages that use APIBuffer
Package
Description
miscellaneous code for interfacing with v3 of the Lightweight Java Game
Library (LWJGL)
-
Uses of APIBuffer in com.jme3.lwjgl3.utils
Methods in com.jme3.lwjgl3.utils that return APIBufferModifier and TypeMethodDescriptionstatic APIBufferAPIUtil.apiBuffer()Returns a thread-localAPIBufferthat has been reset.static APIBufferAPIUtil.apiStack()Returns a thread-localAPIBuffer, without resetting it.APIBuffer.pop()Restores the last pushed parameter offset.APIBuffer.push()Pushes the current parameter offset to a stack.APIBuffer.reset()Resets the parameter offset to 0.