示例#1
0
 public static GlfwWindow CreateWindow(int width, int height, string title)
 {
     return(GlfwCore.glfwCreateWindow(width, height, title, GlfwMonitor.Null, GlfwWindow.Null));
 }