sharedContext = ContextManager.getContextForKey(settings.getShareContext().getRenderContext()
.getContextKey());
}
final ContextCapabilities caps = createContextCapabilities();
_currentContext = new JoglRenderContext(_context, caps, sharedContext);
ContextManager.addContext(_context, _currentContext);
ContextManager.switchContext(_context);
_renderer = createRenderer();