setFloat32

fun Buffer.setFloat32(index: Int, value: Float)

Deprecated

Replace with

setF32LE(index * Float.SIZE_BYTES, value)