Updated according to the new enums.
This commit is contained in:
parent
891bb9c6af
commit
33495b5d63
1 changed files with 1 additions and 1 deletions
|
@ -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