Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ getWGLData
Method
getWGLData
Engine/AppManager.cpp:929–933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
927
928
#ifdef __NATRON_WIN32__
929
const OSGLContext_wgl_data*
930
AppManager::getWGLData() const
931
{
932
return _imp->wglInfo.get();
933
}
934
935
#endif
936
#ifdef __NATRON_LINUX__
Callers
7
createGLContext
Method · 0.80
analyzeContextWGL
Method · 0.80
destroyContext
Method · 0.80
makeContextCurrent
Method · 0.80
swapInterval
Method · 0.80
nvx_get_GPU_mem_info
Function · 0.80
getGPUInfos
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected