diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 20:34:01 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 20:34:01 (GMT) |
commit | c4231685f6cba5feec8bcec324a3fd884687d56e (patch) | |
tree | 37d0406d3017b509e147f88fea91e4972dfd2d48 /tests/OffscreenView.h | |
parent | 1f9ce62573b65715e7b134ad4d8c8079fc28aa44 (diff) |
option '--info' to opencsgtest for windows. also output html + wiki code.
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 e3c8579..2e35921 100644 --- a/tests/OffscreenView.h +++ b/tests/OffscreenView.h @@ -4,6 +4,7 @@ #include "OffscreenContext.h" #include <Eigen/Core> #include <Eigen/Geometry> +#include <string> #ifndef _MSC_VER #include <stdint.h> #endif @@ -22,6 +23,7 @@ public: void setupOrtho(bool offset=false); void paintGL(); bool save(const char *filename); + std::string getInfo(); GLint shaderinfo[11]; OffscreenContext *ctx; |