Uniform

Undocumented in source.

Constructors

this
this(string name, UniformType type, double value)
Undocumented in source.
this
this(string name, Vector4D vector)
Undocumented in source.
this
this(string name, Matrix4D matrix)
Undocumented in source.
this
this(string name, bool boolean)
Undocumented in source.

Members

Variables

isUpdated
bool isUpdated;
Undocumented in source.
name
string name;
Undocumented in source.
type
UniformType type;
Undocumented in source.
values
double[] values;
Undocumented in source.

Meta