VertexInfo.draw

Outputs the rendering of the buffer.

class VertexInfo(T)
@trusted
void
draw
(,
int count = 1
)
if (
isNumeric!T
)

Parameters

type ShapeType

Shape type

count int

Count rendering shapes

Meta