summaryrefslogtreecommitdiff
path: root/src/mbgl/shader/line_vertex.cpp
blob: ad466310d82826e7aa130eebf45ad10b851c88fd (plain)
1
2
3
4
5
6
7
#include <mbgl/shader/line_vertex.hpp>

namespace mbgl {

static_assert(sizeof(LineVertex) == 8, "expected LineVertex size");

} // namespace mbgl