static absOpenTKLoader()
 {
     // sets up the default fallback getproc implementation.
     if (Environment.OSVersion.Platform == PlatformID.Win32NT)
         sGetProcAddress = new clsglGetProcAddress();
     
     //TODO: Implement default Linux/MacOS GetProcAddress Implementation.
 }
        static absOpenTKLoader()
        {
            // sets up the default fallback getproc implementation.
            if (Environment.OSVersion.Platform == PlatformID.Win32NT)
            {
                sGetProcAddress = new clsglGetProcAddress();
            }

            //TODO: Implement default Linux/MacOS GetProcAddress Implementation.
        }