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

namespace mbgl {

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

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

} // namespace mbgl