summaryrefslogtreecommitdiffstats
path: root/src/render/graphicshelpers/graphicscontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphicshelpers/graphicscontext_p.h')
-rw-r--r--src/render/graphicshelpers/graphicscontext_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/graphicshelpers/graphicscontext_p.h b/src/render/graphicshelpers/graphicscontext_p.h
index cf34806b7..8436166f4 100644
--- a/src/render/graphicshelpers/graphicscontext_p.h
+++ b/src/render/graphicshelpers/graphicscontext_p.h
@@ -194,6 +194,7 @@ public:
GLint maxClipPlaneCount();
void enablePrimitiveRestart(int restartIndex);
void disablePrimitiveRestart();
+ void pointSize(bool programmable, GLfloat value);
// Helper methods
static GLint elementType(GLint type);