Example #1
0
 public bool Init()
 {
     try
     {
         _renderControl = new DummyRenderControl();
         _renderControl.Init();
         RLog.Info(GetGLInfo());
         RLog.Info("Dummy Non-Renderer Initialized.");
         PrintExtensions();
         return(true);
     } catch (Exception e) {
         RLog.Error(e);
         return(false);
     }
 }