mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-08 12:30:00 -05:00
Clean up
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user