aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
Diffstat (limited to 'scatterplot.h')
-rw-r--r--scatterplot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scatterplot.h b/scatterplot.h
index 5be1647..b7982bf 100644
--- a/scatterplot.h
+++ b/scatterplot.h
@@ -106,7 +106,7 @@ private:
std::unique_ptr<Shader> m_shader, m_shaderOutline;
GLuint m_VAO, m_pointsVBO, m_valuesVBO;
- GLuint m_FBO, m_colormapTex, m_outTex;
+ GLuint m_FBO, m_outFBO, m_colormapTex, m_depthTex, m_tex, m_outTex;
GLfloat m_transform[4][4];
std::vector<vec2> m_points;