setArrayFloat32

fun Buffer.setArrayFloat32(index: Int, inp: FloatArray, offset: Int = 0, size: Int = inp.size - offset)

Deprecated

Replace with

setArray(index * Float.SIZE_BYTES, inp, offset, size)