GLProgram.uniform

Gets an uniform by name.

class GLProgram
uniform
(
string name
)

Return Value

Type: GLUniform

A GLUniform with this name. This GLUniform might be created on demand if the name hasn't been found. So it might be a "fake" uniform.

See Also

GLUniform.

Meta