Opentk/Source/OpenTK/Platform/X11/GlxHelper.cs
the_fiddler 9295a44c60
2007-08-20 10:46:37 +00:00

15 lines
296 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace OpenTK.Platform.X11
{
public static partial class Glx
{
internal const string Library = "libGL.so.1";
// Disable BeforeFieldInit optimization.
static Glx() { }
}
}