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