summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/textures.hpp
blob: 32bc4a4a358480a093dcf2c69f9f8e31d9dda468 (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(u_image);
MBGL_DEFINE_TEXTURE(u_image0);
MBGL_DEFINE_TEXTURE(u_image1);
MBGL_DEFINE_TEXTURE(u_color_ramp);
MBGL_DEFINE_TEXTURE(u_texture);

} // namespace textures
} // namespace mbgl