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

namespace mbgl {

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

} // namespace mbgl