- array
- the float array which the new buffer will be based on.
Documentation for this section has not yet been entered.
Creates a new float buffer by wrapping the given float array.
Calling this method has the same effect as wrap(array, 0, array.length).