VertexAttribute.this

Creates a new vertex attribute from the name, the data type and the size. The upload mode will be {@link UploadMode#TO_FLOAT}.

@param name The name @param type The type @param size The size

  1. this(string name, DataType type, uint size)
    class VertexAttribute
    this
    (
    string name
    ,,
    uint size
    )
  2. this(string name, DataType type, uint size, UploadMode uploadMode)

Meta