diff --git a/Switch_Toolbox_Library/Rendering/SetUpShaders.cs b/Switch_Toolbox_Library/Rendering/SetUpShaders.cs index 6899304b..eb58aa57 100644 --- a/Switch_Toolbox_Library/Rendering/SetUpShaders.cs +++ b/Switch_Toolbox_Library/Rendering/SetUpShaders.cs @@ -24,6 +24,9 @@ namespace Toolbox.Library.Rendering SetUpAllShaders(); System.Diagnostics.Debug.WriteLine("Shader Setup: {0} ms", stopwatch.ElapsedMilliseconds); + + if (Runtime.DumpShadersDEBUG) + SaveErrorLogs(); } private static void SetUpAllShaders()