Companion

actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual fun fromDoubleArray(doubleArray: DoubleArray): DoubleBufferData

Creates buffer data from an array of double-precision floating point numbers.

expect fun fromDoubleArray(doubleArray: DoubleArray): DoubleBufferData

Creates buffer data from an array of floating point numbers.

actual fun fromDoubleArray(doubleArray: DoubleArray): DoubleBufferData

Creates buffer data from an array of double-precision floating point numbers.