summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/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/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/program.hpp')
-rw-r--r--src/mbgl/programs/program.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/programs/program.hpp b/src/mbgl/programs/program.hpp
index a5736a44cc..5ae918926e 100644
--- a/src/mbgl/programs/program.hpp
+++ b/src/mbgl/programs/program.hpp
@@ -19,6 +19,7 @@ template <class Shaders,
class Primitive,
class LayoutAttributeList,
class UniformList,
+ class TextureList,
class PaintProps>
class Program {
public: