allocate
Allocates a new FloatBuffer with the given capacity (in floats). Internally, it creates a Buffer large enough to hold (capacity * 4) bytes.
Allocates a new FloatBuffer with the given capacity (in floats). Internally, it creates a Buffer large enough to hold (capacity * 4) bytes.