Renamed CreateFromCurrentContext to CreateFromCurrentThread.
This commit is contained in:
parent
660d7bef57
commit
0790d58048
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ namespace OpenTK.Graphics
|
||||||
/// Make sure to call the Dispose() method once this context is destroyed.</para>
|
/// Make sure to call the Dispose() method once this context is destroyed.</para>
|
||||||
/// <para>You may not call this method more than once on the same context. Doing so will throw an exception.</para>
|
/// <para>You may not call this method more than once on the same context. Doing so will throw an exception.</para>
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public static GraphicsContext CreateFromCurrentContext(IWindowInfo window)
|
public static GraphicsContext CreateFromCurrentThread(IWindowInfo window)
|
||||||
{
|
{
|
||||||
Debug.Print("Creating context from current thread.");
|
Debug.Print("Creating context from current thread.");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue