summaryrefslogtreecommitdiffstats
path: root/src/render/backend/qgraphicshelpergl4_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/qgraphicshelpergl4_p.h')
-rw-r--r--src/render/backend/qgraphicshelpergl4_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/backend/qgraphicshelpergl4_p.h b/src/render/backend/qgraphicshelpergl4_p.h
index 0c2f82f3c..d74ebfe80 100644
--- a/src/render/backend/qgraphicshelpergl4_p.h
+++ b/src/render/backend/qgraphicshelpergl4_p.h
@@ -91,6 +91,8 @@ public:
void enableClipPlane(int clipPlane) Q_DECL_OVERRIDE;
void disableClipPlane(int clipPlane) Q_DECL_OVERRIDE;
GLint maxClipPlaneCount() Q_DECL_OVERRIDE;
+ void enablePrimitiveRestart(int primitiveRestartIndex) Q_DECL_OVERRIDE;
+ void disablePrimitiveRestart() Q_DECL_OVERRIDE;
private:
QOpenGLFunctions_4_3_Core *m_funcs;