VertexAttribute.this

Creates a new vertex attribute from the name, the data type, the size and the upload mode.

@param name The name @param type The type @param size The size @param uploadMode the upload mode

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

Meta