Companion

actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual fun fromIntArray(intArray: IntArray): IntBufferData

Creates buffer data from an array of integer numbers.

expect fun fromIntArray(intArray: IntArray): IntBufferData

Creates buffer data from an array of integer numbers.

actual fun fromIntArray(intArray: IntArray): IntBufferData

Creates buffer data from an array of integer numbers.