Example #1
0
        internal static void OnApplyChangesPost(GraphicsDeviceManager __instance)
        {
            var @this = __instance;

            var device = @this.GraphicsDevice;

            if (!DumpedSystemInfo)
            {
                try {
                    SystemInfo.Dump(__instance, device);
                }
                catch { }
                DumpedSystemInfo = true;
            }

            if (!Runtime.IsWindows)
            {
                return;
            }

            try {