Vertices.hasAttribute

Gives you a pointer to the Attribute with the given name or index, or null if it doesn't exist.

  1. auto hasAttribute(string name)
  2. auto hasAttribute(GLuint index)
    class Vertices
    inout
    hasAttribute
    (
    GLuint index
    )

Meta