Having -
FloatBuffer floatBuffer = FloatBuffer.allocate(SIZE)
how could I get its float[SIZE] ?
float[SIZE]
FloatBuffer.array() should return you the float array