summaryrefslogtreecommitdiff
path: root/src/mbgl/gfx/program.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/gfx/program.hpp')
-rw-r--r--src/mbgl/gfx/program.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mbgl/gfx/program.hpp b/src/mbgl/gfx/program.hpp
index 94ba3b18ef..b636bc2654 100644
--- a/src/mbgl/gfx/program.hpp
+++ b/src/mbgl/gfx/program.hpp
@@ -13,6 +13,7 @@ class ColorMode;
class CullFaceMode;
class DrawScope;
class IndexBuffer;
+class RenderPass;
template <class> class UniformValues;
template <class> class AttributeBindings;
template <class> class TextureBindings;
@@ -35,6 +36,7 @@ public:
using TextureList = typename Name::TextureList;
virtual void draw(Context&,
+ RenderPass&,
const DrawMode&,
const DepthMode&,
const StencilMode&,