Пример #1
0
 public static void DestroyWindow(Window window)
 {
     Imports.glfwDestroyWindow(window);
 }