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

namespace mbgl {

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

} // namespace mbgl