summaryrefslogtreecommitdiff
path: root/include/mbgl/gl/custom_layer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/gl/custom_layer.hpp')
-rw-r--r--include/mbgl/gl/custom_layer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/mbgl/gl/custom_layer.hpp b/include/mbgl/gl/custom_layer.hpp
index 5dce484980..acbd2886b7 100644
--- a/include/mbgl/gl/custom_layer.hpp
+++ b/include/mbgl/gl/custom_layer.hpp
@@ -20,6 +20,9 @@ struct CustomLayerRenderParameters {
double pitch;
double fieldOfView;
std::array<double, 16> projectionMatrix;
+
+ bool operator==(const CustomLayerRenderParameters&) const;
+ bool operator!=(const CustomLayerRenderParameters&) const;
};
class CustomLayerHost {