diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 02:54:13 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 02:54:13 (GMT) |
commit | ce2a9a8cb5e1a820a3ade385ca0bcfc56040d3c2 (patch) | |
tree | 838dd4885406c2b3cf3a8dee3a7e957a5841f947 /src/OffscreenView.h | |
parent | 386df69c0f6a893d3f888ae0dd9150fae197514c (diff) |
move enable_opencsg_shaders from csgtestcore to OffscreenView.cc
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index 091470c..3e03175 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -24,7 +24,7 @@ public: bool save(const char *filename); bool save(std::ostream &output); std::string getRendererInfo() const; - + void enable_opencsg_shaders(); OffscreenContext *ctx; // not }; |