UniformValue constructor

UniformValue(
  1. UniformSlot slot
)

Instance of a uniform value. Represented by a ByteBuffer.

The [] operator can be used to set the raw data of a field. If the data is different from the last set it will recalculated the resource.

Implementation

UniformValue(super.slot);