VertexPosColor.this

Undocumented in source.
  1. this(Pos x, Pos y, Col color)
  2. this(Pos x, Pos y, Pos z, Col color)
  3. this(Pos x, Pos y, Pos z, ColType[col_size] color)
  4. this(Vector!(PosType, pos_size) p, Vector!(ColType, col_size) color)
    struct VertexPosColor(PosType, uint pos_size, ColType, uint col_size)
    this
    (
    Vector!(PosType, pos_size) p
    ,
    Vector!(ColType, col_size) color
    )

Meta