예제 #1
0
 /// <summary>
 /// Makes the context of the specified window current for the calling thread.
 /// </summary>
 /// <param name="window"></param>
 public static void MakeContextCurrent(GLFW_Window window) => window.MakeContextCurrent();