Package-level declarations

Buffers of vertex attributes and vertex array indices.

Buffers of vertex attributes and vertex array indices.

Buffers of vertex attributes and vertex array indices.

Types

Link copied to clipboard

A wrapper for a vertex data buffer.

Link copied to clipboard

Buffer type.

Link copied to clipboard

Buffer usage strategy.

Link copied to clipboard
actual class DoubleBufferData

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

expect class DoubleBufferData

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

actual class DoubleBufferData

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

Link copied to clipboard
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.

Link copied to clipboard
data class FloatUniformBuffer(val data: FloatBufferData, val elementType: UniformBufferDataElementType)

A buffer containing uniform floating point data of given elementType.

Link copied to clipboard
actual class IntBufferData

Data to be stored in a buffer of integer numbers.

expect class IntBufferData

Data to be stored in a buffer of integer numbers.

actual class IntBufferData

Data to be stored in a buffer of integer numbers.

Link copied to clipboard
data class IntUniformBuffer(val data: IntBufferData, val elementType: UniformBufferDataElementType)

A buffer containing uniform integer data of given elementType wrapper.

Link copied to clipboard

Type of uniform buffer data element.

Functions

Link copied to clipboard
fun floatBufferDataOf(vararg elements: Float): FloatBufferData

Returns floating point buffer data containing the the specified elements.

Link copied to clipboard
fun intBufferDataOf(vararg elements: Int): IntBufferData

Returns integer buffer data containing the the specified elements.

Link copied to clipboard

Returns floating point buffer data containing all of the elements of this array.

Returns floating point buffer data containing all of the elements of this collection.

Link copied to clipboard

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

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