summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/textures.hpp
blob: 4c9de533667e38563075ef28290e29217417c992 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include <mbgl/gfx/texture.hpp>

namespace mbgl {
namespace textures {

MBGL_DEFINE_TEXTURE(image);
MBGL_DEFINE_TEXTURE(image0);
MBGL_DEFINE_TEXTURE(image1);
MBGL_DEFINE_TEXTURE(color_ramp);
MBGL_DEFINE_TEXTURE(texture);

} // namespace textures
} // namespace mbgl