toFloatBufferData

fun FloatArray.toFloatBufferData(): FloatBufferData

Returns floating point buffer data containing all of the elements of this array.


fun Collection<Float>.toFloatBufferData(): FloatBufferData

Returns floating point buffer data containing all of the elements of this collection.