summaryrefslogtreecommitdiffstats
path: root/src/render/backend/qgraphicscontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/qgraphicscontext_p.h')
-rw-r--r--src/render/backend/qgraphicscontext_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/backend/qgraphicscontext_p.h b/src/render/backend/qgraphicscontext_p.h
index 04f498ba6..afffbf4ec 100644
--- a/src/render/backend/qgraphicscontext_p.h
+++ b/src/render/backend/qgraphicscontext_p.h
@@ -181,6 +181,8 @@ public:
void enableClipPlane(int clipPlane);
void disableClipPlane(int clipPlane);
GLint maxClipPlaneCount();
+ void enablePrimitiveRestart(int restartIndex);
+ void disablePrimitiveRestart();
// Helper methods
static GLint elementType(GLint type);