aboutsummaryrefslogtreecommitdiffstats
path: root/gui/fpgaviewwidget.h
diff options
context:
space:
mode:
authorMiodrag Milanović <mmicko@gmail.com>2018-10-24 18:58:40 +0200
committerGitHub <noreply@github.com>2018-10-24 18:58:40 +0200
commit169b42da4a1064f28776ee80eaa7449facaf200b (patch)
tree0bbec31b7876830c6509b1e6a4ded704523eb77b /gui/fpgaviewwidget.h
parentf0e51790037625eabfa6d7aeefd37ff06277dbd0 (diff)
parentd03291eeb1efbb1005eba5a8a4b2c92ef66d2fd5 (diff)
downloadnextpnr-169b42da4a1064f28776ee80eaa7449facaf200b.tar.gz
nextpnr-169b42da4a1064f28776ee80eaa7449facaf200b.tar.bz2
nextpnr-169b42da4a1064f28776ee80eaa7449facaf200b.zip
Merge pull request #95 from msgctl/fix/msgctl/gl-performance
gui: improved FPGAViewWidget::paintGL() performance
Diffstat (limited to 'gui/fpgaviewwidget.h')
-rw-r--r--gui/fpgaviewwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/fpgaviewwidget.h b/gui/fpgaviewwidget.h
index 4be41bf5..697ace21 100644
--- a/gui/fpgaviewwidget.h
+++ b/gui/fpgaviewwidget.h
@@ -304,6 +304,7 @@ class FPGAViewWidget : public QOpenGLWidget, protected QOpenGLFunctions
QVector4D mouseToWorldCoordinates(int x, int y);
QVector4D mouseToWorldDimensions(float x, float y);
QMatrix4x4 getProjection(void);
+ void update_vbos();
};
NEXTPNR_NAMESPACE_END