MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / isOpenGLEnabled

Method isOpenGLEnabled

Engine/Plugin.cpp:306–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306bool
307Plugin::isOpenGLEnabled() const
308{
309 return _openglActivated;
310}
311
312void
313Plugin::setOpenGLEnabled(bool b)

Callers 5

createNodePageMethod · 0.80
renderRoIMethod · 0.80
restorePluginSettingsMethod · 0.80
savePluginsSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected