예제 #1
0
 public static GlfwWindowPtr CreateWindow(int width, int height, string title, GlfwMonitorPtr monitor, GlfwWindowPtr share)
 {
     return(GlfwDelegates.glfwCreateWindow(width, height, title, monitor, share));
 }