Dispose() public method

Called when the engine is shutting down.
public Dispose ( ) : void
return void
 /// <summary>
 ///     Called when the engine is shutting down.
 /// </summary>
 public void Dispose()
 {
     if (glslLinkProgramMgr != null)
     {
         glslLinkProgramMgr.Dispose();
     }
 }