aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuel@nihil.ws>2023-06-04 18:47:27 +0200
committerSamuel Fadel <samuel@nihil.ws>2023-06-04 18:47:27 +0200
commitba028ae4dbbf93a461c9c9474889d04e640f64e0 (patch)
treed4af4d02403f706d10b1f9de901c899edd85c196 /scatterplot.h
parentfb23c8d47f6dcef429423256d8dddcc0f7184fc4 (diff)
More fixes to rendering, same as original except for point outlines.
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;