mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-29 18:06:52 +00:00
[GL] Only print debug info in debug mode
This commit is contained in:
parent
7c4bdab110
commit
78a6993cec
|
@ -44,7 +44,7 @@ namespace OpenTK.Platform
|
||||||
new OpenTK.Graphics.ES20.GL().LoadEntryPoints();
|
new OpenTK.Graphics.ES20.GL().LoadEntryPoints();
|
||||||
new OpenTK.Graphics.ES30.GL().LoadEntryPoints();
|
new OpenTK.Graphics.ES30.GL().LoadEntryPoints();
|
||||||
|
|
||||||
Trace.WriteLine(String.Format("Bindings loaded in {0} ms.", time.Elapsed.TotalMilliseconds));
|
Debug.WriteLine(String.Format("Bindings loaded in {0} ms.", time.Elapsed.TotalMilliseconds));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue