A class storing description of an individual uniform, stored inside a uniform buffer.
Create a new UniformFormat instance.
The name of the uniform.
The type of the uniform. One of the UNIFORMTYPE_*** constants.
The number of elements in the array. Defaults to 0, which represents a single element (not an array).
True if this is an array of elements (i.e. count > 0)
A class storing description of an individual uniform, stored inside a uniform buffer.