FloatBufferData

actual class FloatBufferData

Data to be stored in a buffer of floating point numbers.

expect class FloatBufferData

Data to be stored in a buffer of floating point numbers.

actual class FloatBufferData

Data to be stored in a buffer of floating point numbers.

Constructors

Link copied to clipboard
fun FloatBufferData(nioBuffer: FloatBuffer)
fun FloatBufferData(nioBuffer: FloatBuffer)

Types

Link copied to clipboard
actual object Companion
expect object Companion
actual object Companion

Functions

Link copied to clipboard
actual fun contentEquals(other: FloatBufferData): Boolean

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

expect fun contentEquals(other: FloatBufferData): Boolean

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

actual fun contentEquals(other: FloatBufferData): Boolean

Returns true if the two specified buffers contain the same data, i.e. contain the same number of the same elements in the same order.

Link copied to clipboard
actual fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

expect fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

actual fun contentHashCode(): Int

Returns a hash code based on the contents of this buffer data.

Link copied to clipboard
open override fun toString(): String
open override fun toString(): String

Properties

Link copied to clipboard
actual val sizeInBytes: Int

Size of the data in bytes.

expect val sizeInBytes: Int

Size of the data in bytes.

actual val sizeInBytes: Int

Size of the data in bytes.