Uniform

constructor(    name: String,     type: VarType,     arrayCount: Int,     precision: Precision = Precision.DEFAULT,     offset: Int? = null,     typedUniform: TypedUniform<*>)