#include #include #include using namespace mbgl; void FillVertexBuffer::add(vertex_type x, vertex_type y) { vertex_type *vertices = static_cast(addElement()); vertices[0] = x; vertices[1] = y; }