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

namespace mbgl {

static_assert(sizeof(SymbolVertex) == 16, "expected SymbolVertex size");

} // namespace mbgl