getArrayFloat32
fun Buffer.getArrayFloat32(index: Int, out: FloatArray, offset: Int = 0, size: Int = out.size - offset): FloatArray
Deprecated
Replace with
getF32Array(index * Float.SIZE_BYTES, out, offset, size)
Content copied to clipboard