Example #1
0
 public static void Init()
 {
     SwapInterval = (SwapIntervalFunc)Marshal.GetDelegateForFunctionPointer(GL.GetProcAddress("wglSwapIntervalEXT"), typeof(SwapIntervalFunc));
 }
Example #2
0
 public static void Init()
 {
     SwapInterval = (SwapIntervalFunc)Marshal.GetDelegateForFunctionPointer(GL.GetProcAddress("wglSwapIntervalEXT"), typeof(SwapIntervalFunc));
 }