mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 15:25:31 +00:00
Updated according to the new enums.
This commit is contained in:
parent
b51c6f5163
commit
9228f5ab9d
|
@ -101,7 +101,7 @@ namespace Examples.Tests
|
|||
Trace.Write("Timing OpenTK.OpenGL extension functions: ");
|
||||
timer.Start();
|
||||
for (int i = 0; ++i < num_calls; )
|
||||
GL.Arb.ActiveTexture(ArbMultitexture.Texture0Arb);
|
||||
GL.ActiveTexture(TextureUnit.Texture0);
|
||||
|
||||
timer.Stop();
|
||||
Trace.WriteLine(String.Format("{0} ns", timer.Elapsed.TotalMilliseconds * (1000000.0 / (double)num_calls)));
|
||||
|
|
Loading…
Reference in a new issue