diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:58:06 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 01:58:06 (GMT) |
commit | 386df69c0f6a893d3f888ae0dd9150fae197514c (patch) | |
tree | 3f51d36d0949a18ec3bd4ff20fd2607afd114c9f /src/OffscreenView.h | |
parent | f07c6b2cb633bcb22acd8b19315911b373934786 (diff) |
consolidate resizeGL()
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index 5842ba2..091470c 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -19,18 +19,13 @@ public: ~OffscreenView(); // not void initializeGL(); // - void resizeGL(int w, int h); // - void paintGL(); // - bool save(const char *filename); // - bool save(std::ostream &output); // not implemented in qgl? - std::string getRendererInfo() const; - GLint shaderinfo[11]; // + bool save(const char *filename); + bool save(std::ostream &output); + std::string getRendererInfo() const; OffscreenContext *ctx; // not - size_t width; // not - size_t height; // not }; #endif |