summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/heatmap_texture_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/heatmap_texture_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/heatmap_texture_program.hpp')
-rw-r--r--src/mbgl/programs/heatmap_texture_program.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/programs/heatmap_texture_program.hpp b/src/mbgl/programs/heatmap_texture_program.hpp
index 6d07b2cfb9..e193c09180 100644
--- a/src/mbgl/programs/heatmap_texture_program.hpp
+++ b/src/mbgl/programs/heatmap_texture_program.hpp
@@ -23,6 +23,7 @@ class HeatmapTextureProgram : public Program<
uniforms::u_image,
uniforms::u_color_ramp,
uniforms::u_opacity>,
+ TypeList<>,
style::Properties<>> {
public:
using Program::Program;