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