예제 #1
0
 public static void DestroyWindow(GlfwWindowPtr window)
 {
     GlfwDelegates.glfwDestroyWindow(window);
 }