mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 14:25:35 +00:00
Removed MakeCurrent() tests.
This commit is contained in:
parent
967cbbe30f
commit
7380c1616e
|
@ -48,9 +48,9 @@ namespace Examples
|
|||
context.Process();
|
||||
Trace.Assert(context.IsProcessing);
|
||||
|
||||
Trace.WriteLine("MakeCurrent()...");
|
||||
context.MakeCurrent();
|
||||
Trace.Assert(context.IsCurrent);
|
||||
//Trace.WriteLine("MakeCurrent()...");
|
||||
//context.MakeCurrent();
|
||||
//Trace.Assert(context.IsCurrent);
|
||||
|
||||
//Trace.WriteLine("IsCurrent = false...");
|
||||
//context.IsCurrent = false;
|
||||
|
|
Loading…
Reference in a new issue