IntUniformBuffer

data class IntUniformBuffer(val data: IntBufferData, val elementType: UniformBufferDataElementType)

A buffer containing uniform integer data of given elementType wrapper.

Buffers can be more efficient than arrays of numbers, vectors or matrices, in particular when operating on large amounts of constant data.

Since

v2.0.0

Constructors

Link copied to clipboard
constructor(data: IntBufferData, elementType: UniformBufferDataElementType)

Properties

Link copied to clipboard
Link copied to clipboard