Added Glx.SupportsExtension function.

This commit is contained in:
the_fiddler 2008-01-23 00:18:18 +00:00
parent ca37cfc643
commit e5d9fa8e53

View file

@ -25,6 +25,15 @@ namespace OpenTK.Platform.X11
}
#endregion
#region internal static bool SupportsExtension(string p)
internal static bool SupportsExtension(string p)
{
throw new NotImplementedException();
}
#endregion
}
internal struct Status