Refactor|libgui: Added the VertexBuilder template
The VertexBuilder will contain various utilities for constructingsimple geometric shapes out of triangle strips. Strips can easily beconcatenated into a longer strip using the + and += operators.
View differences
Refactor|libgui: Added the VertexBuilder template
The VertexBuilder will contain various utilities for constructing
simple geometric shapes out of triangle strips. Strips can easily be
concatenated into a longer strip using the + and += operators.