This commit is contained in:
Sebastian Piwell
2016-03-31 14:53:42 -04:00
parent a2fb30b432
commit 79979fe8dd
7 changed files with 43 additions and 78 deletions
@@ -54,13 +54,12 @@ private:
void createFragmentbuffer();
static int id();
std::unique_ptr<ghoul::opengl::FramebufferObject> _framebuffer;
int _id;
std::vector<std::shared_ptr<std::function<void()>>> _renderFunctions;
properties::Vec4Property _size;
std::unique_ptr<ghoul::opengl::FramebufferObject> _framebuffer;
std::vector<std::shared_ptr<std::function<void()>>> _renderFunctions;
int _id;
};
} //namespace openspace