| 316 | } |
| 317 | |
| 318 | void |
| 319 | Plugin::setOpenGLRenderSupport(PluginOpenGLRenderSupport support) |
| 320 | { |
| 321 | _openglRenderSupport = support; |
| 322 | } |
| 323 | |
| 324 | PluginOpenGLRenderSupport |
| 325 | Plugin::getPluginOpenGLRenderSupport() const |
no outgoing calls
no test coverage detected