aboutsummaryrefslogtreecommitdiff
path: root/voronoisplat.h
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2016-01-06 11:41:13 +0100
committerSamuel Fadel <samuelfadel@gmail.com>2016-01-06 11:41:13 +0100
commit038b62528c49d6176274acbe77500f66422990ed (patch)
tree11970d698ded9c6353895eca37ca662241edda4b /voronoisplat.h
parent87292bf4cc56194aa6122456d7417fa5f9bd1a09 (diff)
Revert "VoronoiSplat: upated to use Qt's FBO wrapper."
This reverts commit 87292bf4cc56194aa6122456d7417fa5f9bd1a09.
Diffstat (limited to 'voronoisplat.h')
-rw-r--r--voronoisplat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/voronoisplat.h b/voronoisplat.h
index 29c7f47..78dfd3e 100644
--- a/voronoisplat.h
+++ b/voronoisplat.h
@@ -3,7 +3,6 @@
#include <QSGDynamicTexture>
#include <QOpenGLFunctions>
-#include <QOpenGLFramebufferObject>
#include <QOpenGLShaderProgram>
#include <QOpenGLVertexArrayObject>
#include <armadillo>
@@ -49,7 +48,7 @@ private:
QOpenGLFunctions gl;
QOpenGLShaderProgram *m_program1, *m_program2;
- QOpenGLFramebufferObject m_FBO;
+ GLuint m_FBO;
GLuint m_VBOs[3];
GLuint m_textures[2], m_colormapTex, m_tex;
QOpenGLVertexArrayObject m_sitesVAO, m_2ndPassVAO;