alias UniformArrayType


(alias) UniformArrayType = (1|2|3)
    | 1 -- int
    | 2 -- float
    | 3 -- float matrix

[source]