diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-24 17:21:45 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-24 17:21:45 (GMT) |
commit | 707118ce9485f1c703bf6cc99bad3affc2a48c10 (patch) | |
tree | e88a90b086f7cb7d2cf331554f5cae7b0fca2def /src/GLView.h | |
parent | 91896e0d9680a5919ff31d82162a855f5ef2b08c (diff) |
move enable_opencsg_shaders, fix indenting, split out display_opencsg_warning
also update docs, and try to make enable_opencsg_shaders the same between
qgl and offscreengl
Diffstat (limited to 'src/GLView.h')
-rw-r--r-- | src/GLView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GLView.h b/src/GLView.h index f7ae5a7..041c4a5 100644 --- a/src/GLView.h +++ b/src/GLView.h @@ -65,6 +65,7 @@ public: bool is_opencsg_capable; bool has_shaders; // void enable_opencsg_shaders(); + virtual void display_opencsg_warning() = 0; bool opencsg_support; int opencsg_id; #endif |