Method GL.GLSLUtils.GLSLProgram()->vertex()


Method vertex

void vertex(string name, mixed ... to)

Description

Set the vertex attribute name to to. to is one or more floats or integers.

The attibute will have this value for all new glVertex calls until this function is called again.