summaryrefslogtreecommitdiff
path: root/gui/src/chainImageSet.h
diff options
context:
space:
mode:
authorTim Redfern <tim@getdrop.com>2017-10-25 22:25:58 +0100
committerTim Redfern <tim@getdrop.com>2017-10-25 22:25:58 +0100
commit3426aeebba3ec51e6b6bf7e1f0de947c97f97a36 (patch)
treed1c716370177e9d1ba4ca48c6df38a33cee3215d /gui/src/chainImageSet.h
parent299c565b6295eaee1248c0409a412e008ddbd836 (diff)
an improvement
Diffstat (limited to 'gui/src/chainImageSet.h')
-rw-r--r--gui/src/chainImageSet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.h b/gui/src/chainImageSet.h
index 05a7cdf..ae70561 100644
--- a/gui/src/chainImageSet.h
+++ b/gui/src/chainImageSet.h
@@ -26,6 +26,7 @@ class chainImageSet{
}
void drawGui(int x,int y,bool is_selected);
void drawOutput();
+ void drawGpu();
void updateOutput();
bool add(std::string filename,glm::vec2 pos);
void keyPressed(ofKeyEventArgs &keyargs);
@@ -68,6 +69,7 @@ class chainImageSet{
float intensity;
std::vector <std::unique_ptr<chainImage> > loadingImages;
+ std::vector <int> loadingIndexes;
threadedChainImageLoader loader;
}; \ No newline at end of file