summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/heatmap_texture_program.cpp
blob: 04c5ff56a7d1012b6f8a03427362c4d7ee5f81e1 (plain)
1
2
3
4
5
6
7
8
9
10
#include <mbgl/programs/heatmap_texture_program.hpp>
#include <mbgl/gfx/context_impl.hpp>

namespace mbgl {

template std::unique_ptr<gfx::Program<HeatmapTextureProgram>> gfx::Context::createProgram(const ProgramParameters&);

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

} // namespace mbgl