diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 11:49:19 (GMT) |
commit | 88c071c5ed526be1e19fe8bdda79605ef642844d (patch) | |
tree | 0455131a8a41db50a688a65e78b72fd4f8435445 /src/OffscreenView.h | |
parent | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (diff) |
re-simplify library info window. start to unify glview.save()
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index c27277e..97d8198 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -24,9 +24,9 @@ public: void setupPerspective(); void setupOrtho(bool offset=false); void paintGL(); - bool save(const char *filename); - bool save(std::ostream &output); - const std::string &getRendererInfo(); + bool save(const char *filename); // + bool save(std::ostream &output); // not implemented in qgl? + std::string getRendererInfo(); // GLint shaderinfo[11]; // |