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

namespace mbgl {

static_assert(sizeof(FillVertex) == 4, "expected FillVertex size");

} // namespace mbgl