Renamed Glx.Sgi.SwapIntervalSGI to Glx.Sgi.SwapInterval
This commit is contained in:
parent
9551a569c2
commit
ca37cfc643
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ namespace OpenTK.Platform.X11
|
||||||
|
|
||||||
public partial class Sgi
|
public partial class Sgi
|
||||||
{
|
{
|
||||||
public static int SwapIntervalSGI(int interval)
|
public static int SwapInterval(int interval)
|
||||||
{
|
{
|
||||||
return Delegates.glXSwapIntervalSGI(interval);
|
return Delegates.glXSwapIntervalSGI(interval);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue