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)
    class Vertices
    inout
    hasAttribute
    (
    string name
    )
  2. auto hasAttribute(GLuint index)

Meta