Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getEGLData
Method
getEGLData
Engine/AppManager.cpp:937–941 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
935
#endif
936
#ifdef __NATRON_LINUX__
937
const OSGLContext_egl_data*
938
AppManager::getEGLData() const
939
{
940
return _imp->eglInfo.get();
941
}
942
943
const OSGLContext_glx_data*
944
AppManager::getGLXData() const
Callers
7
initGl
Method · 0.80
OSGLContext_wayland
Method · 0.80
~OSGLContext_wayland
Method · 0.80
makeContextCurrent
Method · 0.80
swapBuffers
Method · 0.80
swapInterval
Method · 0.80
getGPUInfos
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected