diff options
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 |