Pular para o conteúdo principal

Class: NativeFloatBuffer

This page documents the methods and fields available in the NativeFloatBuffer class.

Members

SignatureDescription
NativeFloatBuffer(int)Creates a new instance of NativeFloatBuffer.
NativeFloatBuffer(int, Precision)Creates a new instance of NativeFloatBuffer.
capacity()Performs the capacity operation.
get(float[])Returns the current value.
get(float[], int)Returns the current value.
get(int)Returns the current value.
get(int, float[])Returns the current value.
get(int, float[], int, int)Returns the current value.
getPosition()Returns the current position.
getPrecision()Returns the current precision.
isVboEnabled()Returns whether vbo enabled is true.
position(int)Performs the position operation using the provided parameters (idx).
put(float)Sets or updates the the value.
put(float[])Sets or updates the the value.
put(short[])Sets or updates the the value.
set(float[])Sets or updates the the value.
set(float[], int)Sets or updates the the value.
set(int, float)Sets or updates the the value.
set(int, float[])Sets or updates the the value.
set(int, float[], int, int)Sets or updates the the value.
setPosition(int)Sets or updates the position.
setVboEnabled(boolean)Sets or updates the vbo enabled.