diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-27 03:35:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-27 03:35:53 (GMT) |
commit | 2376814f2c4dd6e34a765ca37275b136785b26fd (patch) | |
tree | 3c569c78b1b0b6d0289850dc5836cabe702ed3c7 /tests/OffscreenView.h | |
parent | 2454c85348b5d1c645d8fbe777cfe611dbb49131 (diff) |
make opencsg use framebuffer not pbuffer
Diffstat (limited to 'tests/OffscreenView.h')
-rw-r--r-- | tests/OffscreenView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenView.h b/tests/OffscreenView.h index 2e35921..8b98b29 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -27,6 +27,8 @@ public: GLint shaderinfo[11]; OffscreenContext *ctx; + size_t width; + size_t height; private: Renderer *renderer; double w_h_ratio; |