1
0
mirror of synced 2024-11-27 17:00:50 +01:00

Setup logs for bfres shaders

This commit is contained in:
KillzXGaming 2019-12-29 14:45:03 -05:00
parent 738bebba1a
commit 6cdc0c8d43

View File

@ -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()