summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/raster_program.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-03-06 11:55:58 +0100
committerKonstantin Käfer <mail@kkaefer.com>2019-03-12 11:03:54 +0100
commit54847ea98698c85da156874dc84088772599ee3b (patch)
treebdca89f46bd5d55ca77f43da3647652237070b21 /src/mbgl/programs/raster_program.hpp
parent9b5bbfcbdde1e32fb7c8f152c1a8fb449363e0a9 (diff)
downloadqtlocation-mapboxgl-54847ea98698c85da156874dc84088772599ee3b.tar.gz
[core] add place for specifying textures/samplers separately from uniforms
Diffstat (limited to 'src/mbgl/programs/raster_program.hpp')
-rw-r--r--src/mbgl/programs/raster_program.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/programs/raster_program.hpp b/src/mbgl/programs/raster_program.hpp
index 90d444a2d4..618081ab12 100644
--- a/src/mbgl/programs/raster_program.hpp
+++ b/src/mbgl/programs/raster_program.hpp
@@ -43,6 +43,7 @@ class RasterProgram : public Program<
uniforms::u_buffer_scale,
uniforms::u_scale_parent,
uniforms::u_tl_parent>,
+ TypeList<>,
style::RasterPaintProperties>
{
public: