Setup logs for bfres shaders
This commit is contained in:
parent
738bebba1a
commit
6cdc0c8d43
@ -24,6 +24,9 @@ namespace Toolbox.Library.Rendering
|
|||||||
SetUpAllShaders();
|
SetUpAllShaders();
|
||||||
|
|
||||||
System.Diagnostics.Debug.WriteLine("Shader Setup: {0} ms", stopwatch.ElapsedMilliseconds);
|
System.Diagnostics.Debug.WriteLine("Shader Setup: {0} ms", stopwatch.ElapsedMilliseconds);
|
||||||
|
|
||||||
|
if (Runtime.DumpShadersDEBUG)
|
||||||
|
SaveErrorLogs();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void SetUpAllShaders()
|
private static void SetUpAllShaders()
|
||||||
|
Loading…
Reference in New Issue
Block a user