summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/textures.hpp
blob: 7d53b447b10e2c525bde29784c698e63aef8a2e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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);
MBGL_DEFINE_TEXTURE(texture_icon);

} // namespace textures
} // namespace mbgl