예제 #1
0
 public static IntPtr GetProcAddress(string procname)
 {
     return(GlfwDelegates.glfwGetProcAddress(procname));
 }