/// <summary> /// Creates a GraphicsSystem using the given window. /// </summary> /// <param name="Win"></param> public GraphicsSystem(GameWindow Win) { Thread = new RenderThread(Win); }