/// <summary> /// Constructor /// </summary> public DebugRender(Game game) : base(game) { RenderTarget = null; Config = new DebugRenderConfig(); }