voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
VertexPosColor.this
voxelman
model
vertex
VertexPosColor
Undocumented in source.
this
(Pos x, Pos y, Col color)
struct
VertexPosColor
(PosType, uint pos_size, ColType, uint col_size)
static if
(
pos_size == 2
)
this
(
Pos
Col
)
(
Pos
x
,
Pos
y
,
Col
color
)
this
(Pos x, Pos y, Pos z, Col color)
this
(Pos x, Pos y, Pos z, ColType[col_size] color)
this
(Vector!(PosType, pos_size) p, Vector!(ColType, col_size) color)
Meta
Source
See Implementation
voxelman
model
vertex
VertexPosColor
constructors
this
functions
toString
static functions
setAttributes
unions
__anonymous