MCPcopy 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__
929const OSGLContext_wgl_data*
930AppManager::getWGLData() const
931{
932 return _imp->wglInfo.get();
933}
934
935#endif
936#ifdef __NATRON_LINUX__

Callers 7

createGLContextMethod · 0.80
analyzeContextWGLMethod · 0.80
destroyContextMethod · 0.80
makeContextCurrentMethod · 0.80
swapIntervalMethod · 0.80
nvx_get_GPU_mem_infoFunction · 0.80
getGPUInfosMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected