toIntBufferData

fun IntArray.toIntBufferData(): IntBufferData

Returns integer buffer data containing all of the elements of this array.

fun Collection<Int>.toIntBufferData(): IntBufferData

Returns integer buffer data containing all of the elements of this collection.