summaryrefslogtreecommitdiffstats
path: root/src/datavisualization/engine/drawer_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datavisualization/engine/drawer_p.h')
-rw-r--r--src/datavisualization/engine/drawer_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datavisualization/engine/drawer_p.h b/src/datavisualization/engine/drawer_p.h
index 933b20c7..c4bc8d1b 100644
--- a/src/datavisualization/engine/drawer_p.h
+++ b/src/datavisualization/engine/drawer_p.h
@@ -77,6 +77,7 @@ public:
void drawObject(ShaderHelper *shader, AbstractObjectHelper *object, GLuint textureId = 0,
GLuint depthTextureId = 0);
void drawSurfaceGrid(ShaderHelper *shader, SurfaceObject *object);
+ void drawPoint(ShaderHelper *shader);
void drawLabel(const AbstractRenderItem &item, const LabelItem &labelItem,
const QMatrix4x4 &viewmatrix, const QMatrix4x4 &projectionmatrix,
const QVector3D &positionComp, const QVector3D &rotation, GLfloat itemHeight,
@@ -96,6 +97,7 @@ private:
QFont m_font;
QDataVis::LabelStyle m_style;
TextureHelper *m_textureHelper;
+ GLuint m_pointbuffer;
};
QT_DATAVISUALIZATION_END_NAMESPACE