Batch2d

Undocumented in source.

Members

Functions

putLine
void putLine(vec2 start, vec2 end, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putPoint
void putPoint(vec2 pos, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
putRect
void putRect(vec2 pos, vec2 size, Color4ub color, bool fill)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

lineBuffer
Buffer!ColoredVertex2d lineBuffer;
Undocumented in source.
pointBuffer
Buffer!ColoredVertex2d pointBuffer;
Undocumented in source.
triBuffer
Buffer!ColoredVertex2d triBuffer;
Undocumented in source.

Meta