Shader.enableVertex

Enable or disable a generic vertex attribute array

  1. void enableVertex(string name)
    class Shader(int type)
    @trusted
    static if(isShaderProgram!Type)
    void
    enableVertex
    (
    string name
    )
  2. void enableVertex(uint id)

Parameters

name string

Vertex attribute name.

See Also

Meta